fixed lib name 2

This commit is contained in:
Rene Eichhorn
2016-04-10 15:31:59 +02:00
parent 15e147f255
commit 934c7221dd

View File

@ -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();