added sys lib

This commit is contained in:
Colin Sherratt
2015-06-13 16:13:19 -04:00
parent 85e024ad17
commit 93d8975a88
3 changed files with 659 additions and 23 deletions

View File

@ -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"