diff options
author | dec05eba <dec05eba@protonmail.com> | 2020-05-13 04:38:22 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2020-05-13 04:38:22 +0200 |
commit | 9acb60a4c4709f0e4f8a6aeb3956a5d6bfeb277f (patch) | |
tree | 8be8689a4a91c755de404b54bf39e11759831119 | |
parent | c4b766e9700ce01d529bb0bd84c2b6218ceccdba (diff) |
Remove dependency on glx
-rw-r--r-- | project.conf | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/project.conf b/project.conf index 94bcd1f..09bc4a6 100644 --- a/project.conf +++ b/project.conf @@ -6,7 +6,6 @@ platforms = ["linux"] [dependencies] glm = "0" -glx = "1" glew = "2" sdl2 = "2" openvr = "1" |