encapsulate vr interface

This commit is contained in:
2016-09-10 12:12:02 -07:00
parent bc76738f53
commit 6e3ba7f6db
4 changed files with 85 additions and 52 deletions

View File

@@ -13,6 +13,7 @@ gl = "*"
gfx = "*"
gfx_device_gl = "*"
openvr = { git = "https://github.com/rust-openvr/rust-openvr" }
openvr_sys = "*"
piston = "*"
piston_window = "*"