This commit is contained in:
Colin Sherratt
2015-06-13 16:32:10 -04:00
parent 93d8975a88
commit 2b6d5d1304
2 changed files with 11 additions and 0 deletions

0
src/lib.rs Normal file
View File

11
src/sys/Cargo.toml Normal file
View File

@ -0,0 +1,11 @@
[package]
name = "openvr_sys"
version = "0.1.0"
authors = [
"Colin Sherratt",
"Erick Tryzelaar"
]
[lib]
name = "openvr_sys"
path = "lib.rs"