feat: basic ui interfacing
This commit is contained in:
@@ -4,7 +4,7 @@ project(
|
||||
version: '0.0.0',
|
||||
meson_version: '>=0.63',
|
||||
default_options: [
|
||||
'c_std=c23',
|
||||
'c_std=c2x',
|
||||
'warning_level=3',
|
||||
'buildtype=debug',
|
||||
],
|
||||
@@ -14,7 +14,8 @@ gtk = dependency('gtk4', required: true)
|
||||
|
||||
src = files(
|
||||
'src/main.c',
|
||||
'src/matrix.c'
|
||||
'src/matrix.c',
|
||||
'src/ui/uicontroller.c'
|
||||
)
|
||||
|
||||
executable(
|
||||
|
||||
Reference in New Issue
Block a user