mirror of
https://github.com/mii443/rust-openvr.git
synced 2025-08-22 16:25:36 +00:00
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:
@ -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"
|
||||
|
Reference in New Issue
Block a user