aboutsummaryrefslogtreecommitdiff
path: root/project.conf
diff options
context:
space:
mode:
Diffstat (limited to 'project.conf')
-rw-r--r--project.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/project.conf b/project.conf
index 38f11e3..f93e09e 100644
--- a/project.conf
+++ b/project.conf
@@ -4,6 +4,9 @@ type = "executable"
version = "0.1.0"
platforms = ["posix"]
+[lang.cpp]
+version = "c++17"
+
[dependencies]
sfml-graphics = "2"
x11 = "1.6.5"