aboutsummaryrefslogtreecommitdiff
path: root/project.conf
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2021-12-02 14:20:48 +0100
committerdec05eba <dec05eba@protonmail.com>2021-12-02 14:29:13 +0100
commit14770f42df291753a240def91fb488a904a909c1 (patch)
treec1ef52c408cb365890da4aeb5536256040bb96fd /project.conf
Initial commit, set up skeleton with list and button
Diffstat (limited to 'project.conf')
-rw-r--r--project.conf9
1 files changed, 9 insertions, 0 deletions
diff --git a/project.conf b/project.conf
new file mode 100644
index 0000000..7a9212b
--- /dev/null
+++ b/project.conf
@@ -0,0 +1,9 @@
+[package]
+name = "mgui"
+type = "static"
+version = "0.1.0"
+platforms = ["posix"]
+
+[config]
+expose_include_dirs = ["include"]
+error_on_warning = "true" \ No newline at end of file