Files
rust-openvr/.gitignore
Rene Eichhorn 4ebe423ee3 Now uses new sys binding
- refactored Struct_ and Enum_ prefixes from old bindgen version
- added error implementation for rendering system (was blocked by valve)
- started with camera implementation (has_camera done)
2016-06-11 10:42:42 +02:00

12 lines
143 B
Plaintext

/.tmp.txt
/Makefile
/bin
/lib
/modules/oculus_sdk_mac/LibOVR/Lib/Mac/Xcode/Release/
/target
*.py[co]
/src/sys/target/
*.lock
Cargo.lock
/idea/