Files
rust-openvr/Cargo.toml
2014-08-03 21:21:06 -04:00

24 lines
332 B
TOML

[package]
name = "ovr"
version = "0.1.0"
authors = [
"Colin Sherratt",
"Erick Tryzelaar"
]
build = "./scripts/compile-for-cargo"
[[lib]]
name = "ovr"
path = "src/oculus-vr/lib.rs"
[[bin]]
name = "oculus-info"
path = "src/oculus-info/main.rs"
[dependencies.cgmath]
git = "https://github.com/bjz/cgmath-rs.git"