aboutsummaryrefslogtreecommitdiff
path: root/project.conf
diff options
context:
space:
mode:
Diffstat (limited to 'project.conf')
-rw-r--r--project.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/project.conf b/project.conf
index 701b959..70874a7 100644
--- a/project.conf
+++ b/project.conf
@@ -5,11 +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"
-mpv = ">=1" \ No newline at end of file
+mpv = ">=1"
+libxdo = ">=2"