diff options
author | DEC05EBA <dec05eba@protonmail.com> | 2019-12-15 23:26:22 +0000 |
---|---|---|
committer | DEC05EBA <dec05eba@protonmail.com> | 2019-12-16 00:04:00 +0000 |
commit | ba53125472a21a664de65e1bc5a1594d030034a3 (patch) | |
tree | e7f52c8b9ec876b9ff8061aa8631d3c9585339ba /project.conf | |
download | vr-video-player-ba53125472a21a664de65e1bc5a1594d030034a3.tar.gz vr-video-player-ba53125472a21a664de65e1bc5a1594d030034a3.tar.bz2 vr-video-player-ba53125472a21a664de65e1bc5a1594d030034a3.zip |
initial commit
Diffstat (limited to 'project.conf')
-rw-r--r-- | project.conf | 14 |
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" |