aboutsummaryrefslogtreecommitdiff
path: root/project.conf
diff options
context:
space:
mode:
Diffstat (limited to 'project.conf')
-rw-r--r--project.conf7
1 files changed, 4 insertions, 3 deletions
diff --git a/project.conf b/project.conf
index 154a611..70874a7 100644
--- a/project.conf
+++ b/project.conf
@@ -5,10 +5,11 @@ version = "0.1.0"
platforms = ["linux"]
[dependencies]
-glm = "0"
glew = "2"
sdl2 = "2"
-openvr = "1"
+openvr = ">=1"
x11 = "1"
xcomposite = ">=0.2"
-xfixes = ">=5" \ No newline at end of file
+xfixes = ">=5"
+mpv = ">=1"
+libxdo = ">=2"