From 934c7221dd2d83ab044121711bb41fa08fd9c6d6 Mon Sep 17 00:00:00 2001 From: Rene Eichhorn Date: Sun, 10 Apr 2016 15:31:59 +0200 Subject: [PATCH] fixed lib name 2 --- examples/test.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/test.rs b/examples/test.rs index 9bb9a75..329cf34 100644 --- a/examples/test.rs +++ b/examples/test.rs @@ -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/"); -} \ No newline at end of file +}