Updated cargo build

This commit is contained in:
Colin Sherratt
2014-07-19 21:34:38 -04:00
parent e6bb428af1
commit c20f81dec9
5 changed files with 6 additions and 5 deletions

View File

@ -1,7 +1,7 @@
#![crate_id = "oculus-info#0.1"]
#![crate_name = "oculus-info"]
extern crate debug;
extern crate ovr = "oculus-vr";
extern crate ovr = "ovr-rs";
use ovr::{SensorCapabilities, Ovr};

View File

@ -1,4 +1,4 @@
#![crate_id = "oculus-vr#0.1"]
#![crate_name = "ovr-vr"]
#![crate_type = "lib"]
#![feature(link_args)]