Fixed app crashing because of model tweaks

This commit is contained in:
jeffser
2024-05-30 09:27:56 -06:00
parent 93ba903fc8
commit 725e0930fe
5 changed files with 34 additions and 29 deletions

View File

@@ -1,4 +1,4 @@
project('Alpaca',
project('Alpaca', 'c',
version: '0.9.1',
meson_version: '>= 0.62.0',
default_options: [ 'warning_level=2', 'werror=false', ],
@@ -6,6 +6,7 @@ project('Alpaca',
i18n = import('i18n')
gnome = import('gnome')
application_id = 'com.jeffser.Alpaca'
subdir('data')
subdir('src')