Upgrade to OpenVR 1.4.18 (#40)

Cleanup and update to latest openvr-sys
This commit is contained in:
Christoph Schulz
2019-07-10 02:29:13 +02:00
committed by Benjamin Saunders
parent b7a3259f42
commit 6aaa7d279a
13 changed files with 995 additions and 394 deletions

18
.gitignore vendored
View File

@ -1,11 +1,9 @@
/.tmp.txt
/Makefile
/bin
/lib
/modules/oculus_sdk_mac/LibOVR/Lib/Mac/Xcode/Release/
/target
*.py[co]
/src/sys/target/
*.lock
# Generated by Cargo
/target/
# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
# More information here http://doc.crates.io/guide.html#cargotoml-vs-cargolock
Cargo.lock
/idea/
/.idea/
/.vscode/