mirror of
https://github.com/mii443/rust-openvr.git
synced 2025-08-22 16:25:36 +00:00
24 lines
332 B
TOML
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"
|