initial commit
This commit is contained in:
11
meson.build
Normal file
11
meson.build
Normal file
@@ -0,0 +1,11 @@
|
||||
project('nutbeat', 'rust',
|
||||
version: '0.1.0',
|
||||
meson_version: '>= 0.62.0',
|
||||
default_options: [ 'warning_level=2', 'werror=false', ],
|
||||
)
|
||||
|
||||
|
||||
|
||||
|
||||
subdir('src')
|
||||
|
||||
Reference in New Issue
Block a user