Added pointer to gen

This commit is contained in:
Colin Sherratt
2015-06-13 16:38:07 -04:00
parent 2b6d5d1304
commit 7487541cae
4 changed files with 142 additions and 136 deletions

View File

@ -7,5 +7,8 @@ authors = [
]
[lib]
name = "openvr_sys"
path = "src/sys/lib.rs"
name = "vr"
path = "src/lib.rs"
[dependencies.openvr_sys]
path = "src/sys/"