aboutsummaryrefslogtreecommitdiff
path: root/project.conf
diff options
context:
space:
mode:
authorDEC05EBA <dec05eba@protonmail.com>2019-12-16 00:26:22 +0100
committerDEC05EBA <dec05eba@protonmail.com>2019-12-16 01:04:00 +0100
commitba53125472a21a664de65e1bc5a1594d030034a3 (patch)
treee7f52c8b9ec876b9ff8061aa8631d3c9585339ba /project.conf
initial commit
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"