mirror of
https://github.com/mii443/rust-openvr.git
synced 2025-08-22 16:25:36 +00:00
6 lines
109 B
Rust
6 lines
109 B
Rust
extern crate vr;
|
|
|
|
fn main() {
|
|
let vr = vr::IVRSystem::init().unwrap();
|
|
print!("{:?}", vr.bounds());
|
|
} |