Initial commit

This commit is contained in:
kramo
2025-11-28 19:14:39 +01:00
commit b6d7f70a93
32 changed files with 1171 additions and 0 deletions

6
meson.options Normal file
View File

@@ -0,0 +1,6 @@
option(
'profile',
type: 'combo',
choices: ['release', 'development'],
value: 'release',
)