Now uses new sys binding

- refactored Struct_ and Enum_ prefixes from old bindgen version
- added error implementation for rendering system (was blocked by valve)
- started with camera implementation (has_camera done)
This commit is contained in:
Rene Eichhorn
2016-06-11 10:42:42 +02:00
parent bb0bb6e640
commit 4ebe423ee3
13 changed files with 150 additions and 75 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "openvr"
version = "0.3.0"
version = "0.4.0"
authors = [
"Colin Sherratt",
"Erick Tryzelaar",
@ -19,7 +19,7 @@ name = "openvr"
path = "src/lib.rs"
[dependencies]
openvr_sys = "0.1.2"
openvr_sys = "1.0.2"
[dev_dependencies]
glium = "0.14.0"