mirror of
https://github.com/mii443/rust-openvr.git
synced 2025-12-03 11:18:18 +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]) {
|
fn print_matrix_4x4(offset: u32, mat: [[f32; 4]; 4]) {
|
||||||
let off: String = (0..offset).map(|_| ' ').collect();
|
let off: String = (0..offset).map(|_| ' ').collect();
|
||||||
|
|||||||
Reference in New Issue
Block a user