updated to latest rustc

This commit is contained in:
Colin Sherratt
2014-07-28 02:53:42 -04:00
parent e6bb428af1
commit b64d67fe90
5 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
#![crate_id = "oculus-info#0.1"] #![crate_name = "oculus-info"]
extern crate debug; extern crate debug;
extern crate ovr = "oculus-vr"; extern crate ovr = "oculus-vr";

View File

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

View File

@ -1,4 +1,4 @@
#![crate_id = "steamworks-info#0.1"] #![crate_name = "steamworks-info#0.1"]
extern crate vr = "steamworks-vr"; extern crate vr = "steamworks-vr";

View File

@ -1,6 +1,6 @@
#![allow(non_camel_case_types)] #![allow(non_camel_case_types)]
#![crate_id = "steamworks-vr#0.1"] #![crate_name = "steamworks-vr#0.1"]
#![crate_type = "lib"] #![crate_type = "lib"]
#![feature(link_args)] #![feature(link_args)]