aboutsummaryrefslogtreecommitdiff
path: root/project.conf
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2024-01-11 17:33:08 +0100
committerdec05eba <dec05eba@protonmail.com>2024-01-11 17:33:08 +0100
commitf3d89d03acaad7ebd750d9a39e4ca8c589de4782 (patch)
tree0a346890dd7dca2fcbf86ba76a0119d200b2f673 /project.conf
Initial commit
Diffstat (limited to 'project.conf')
-rw-r--r--project.conf8
1 files changed, 8 insertions, 0 deletions
diff --git a/project.conf b/project.conf
new file mode 100644
index 0000000..2f4458d
--- /dev/null
+++ b/project.conf
@@ -0,0 +1,8 @@
+[package]
+name = "ngxc"
+type = "executable"
+version = "0.1.0"
+platforms = ["posix"]
+
+[dependencies]
+gl = ">=1"