pixels from headset

This commit is contained in:
2016-09-06 17:15:55 -07:00
parent 8493a12298
commit dacee68d89
2 changed files with 219 additions and 0 deletions

View File

@@ -4,8 +4,17 @@ version = "0.1.0"
authors = ["Jared Roberts <jaredr@gmail.com>"]
[dependencies]
env_logger = "0.3"
itertools = ">=0.4"
log = "0.3"
memmap = "~0.2"
gl = "*"
gfx = "*"
gfx_device_gl = "*"
openvr = { git = "https://github.com/rust-openvr/rust-openvr" }
piston = "*"
piston_window = "*"
sdl2 = "0.22"
sdl2_image = "0.22"