aboutsummaryrefslogtreecommitdiff
path: root/project.conf
diff options
context:
space:
mode:
Diffstat (limited to 'project.conf')
-rw-r--r--project.conf14
1 files changed, 14 insertions, 0 deletions
diff --git a/project.conf b/project.conf
new file mode 100644
index 0000000..559a408
--- /dev/null
+++ b/project.conf
@@ -0,0 +1,14 @@
+[package]
+name = "vr_window_manager"
+type = "executable"
+version = "0.1.0"
+platforms = ["linux"]
+
+[dependencies]
+glm = "0"
+glx = "1"
+glew = "2"
+sdl2 = "2"
+openvr = "1"
+x11 = "1"
+xcomposite = ">=0.2"