Files
rust-openvr/examples/test.rs
2015-06-15 21:31:38 -04:00

6 lines
109 B
Rust

extern crate vr;
fn main() {
let vr = vr::IVRSystem::init().unwrap();
print!("{:?}", vr.bounds());
}