Files
rust-openvr/Cargo.toml
Rene Eichhorn 4ebe423ee3 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)
2016-06-11 10:42:42 +02:00

28 lines
538 B
TOML

[package]
name = "openvr"
version = "0.4.0"
authors = [
"Colin Sherratt",
"Erick Tryzelaar",
"Rene Eichhorn"
]
license-file = "LICENSE.md"
documentation = "http://rust-openvr.github.io/rust-openvr/openvr/index.html"
homepage = "https://github.com/rust-openvr/rust-openvr"
repository = "https://github.com/rust-openvr/rust-openvr"
description = "A safe binding for openvr."
[lib]
name = "openvr"
path = "src/lib.rs"
[dependencies]
openvr_sys = "1.0.2"
[dev_dependencies]
glium = "0.14.0"
num = "0.1.31"
nalgebra = "0.8.2"