aboutsummaryrefslogtreecommitdiff
path: root/project.conf
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2020-09-13 02:58:13 +0200
committerdec05eba <dec05eba@protonmail.com>2020-09-13 02:58:13 +0200
commit66bcacf7cd9cbc4bcecceeaf2b7c736cc1da85ed (patch)
tree73cba36d14ec50702be8a9b1198eb60c198ee34f /project.conf
parent25db36afb97fa9be2ec61cc992586a483a9f6613 (diff)
Use glScissor to cut off area outside body
Diffstat (limited to 'project.conf')
-rw-r--r--project.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/project.conf b/project.conf
index d54fd08..757df82 100644
--- a/project.conf
+++ b/project.conf
@@ -11,4 +11,5 @@ version = "c++17"
sfml-graphics = "2"
x11 = "1"
jsoncpp = "1"
-cppcodec-1 = "0" \ No newline at end of file
+cppcodec-1 = "0"
+gl = ">=0" \ No newline at end of file