mirror of
https://github.com/mii443/rust-openvr.git
synced 2025-08-22 16:25:36 +00:00
added sys lib
This commit is contained in:
17
Cargo.toml
17
Cargo.toml
@ -1,22 +1,11 @@
|
||||
[package]
|
||||
|
||||
name = "ovr"
|
||||
name = "vr"
|
||||
version = "0.1.0"
|
||||
authors = [
|
||||
"Colin Sherratt",
|
||||
"Erick Tryzelaar"
|
||||
]
|
||||
|
||||
build = "scripts/build.rs"
|
||||
|
||||
[lib]
|
||||
name = "ovr"
|
||||
path = "src/oculus-vr/lib.rs"
|
||||
|
||||
[[bin]]
|
||||
name = "oculus-info"
|
||||
path = "src/oculus-info/main.rs"
|
||||
|
||||
[dependencies]
|
||||
cgmath="*"
|
||||
libc="*"
|
||||
name = "openvr_sys"
|
||||
path = "src/sys/lib.rs"
|
||||
|
Reference in New Issue
Block a user