aboutsummaryrefslogtreecommitdiff
path: root/project.conf
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2020-02-29 00:36:43 +0100
committerdec05eba <dec05eba@protonmail.com>2021-11-18 15:22:10 +0100
commitc3453fedbd270afe8d9dfc7f288ea7205f029b86 (patch)
tree57158583f023a50a21cc86811889d3ee3cf07fe4 /project.conf
parent9ab59b76c0ece5e261c0152af3f830f48532e103 (diff)
Begin on physics
Diffstat (limited to 'project.conf')
-rw-r--r--project.conf6
1 files changed, 6 insertions, 0 deletions
diff --git a/project.conf b/project.conf
index 12fea06..150bfa7 100644
--- a/project.conf
+++ b/project.conf
@@ -4,8 +4,14 @@ type = "executable"
version = "0.1.0"
platforms = ["linux32", "linux64", "win64"]
+[lang.cpp]
+version = "c++14"
+
[dependencies]
glfw3 = "3.2.1"
glew = "2.1.0"
glm = "0.9.8"
+# TODO: Remove this and use a simple jpg and png loader
soil = "1.16.0"
+# TODO: Add support for vcpkg in sibs and use that instead
+bullet = "2" \ No newline at end of file