mirror of
https://github.com/mii443/rust-openvr.git
synced 2025-08-22 16:25:36 +00:00
added build script
This commit is contained in:
6
examples/test.rs
Normal file
6
examples/test.rs
Normal file
@ -0,0 +1,6 @@
|
||||
extern crate vr;
|
||||
|
||||
fn main() {
|
||||
let vr = vr::IVRSystem::init().unwrap();
|
||||
print!("{:?}", vr.bounds());
|
||||
}
|
Reference in New Issue
Block a user