mirror of
https://github.com/mii443/rust-openvr.git
synced 2025-08-22 16:25:36 +00:00
fixed lib name 2
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
extern crate vr;
|
||||
extern crate openvr;
|
||||
|
||||
fn print_matrix_4x4(offset: u32, mat: [[f32; 4]; 4]) {
|
||||
let off: String = (0..offset).map(|_| ' ').collect();
|
||||
@ -69,4 +69,4 @@ fn main() {
|
||||
println!("Done! \\o/");
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user