mirror of
https://github.com/mii443/rust-openvr.git
synced 2025-08-23 16:49:31 +00:00
updated to latest rustc
This commit is contained in:
Submodule modules/cgmath updated: 92b5a4b31f...7ca114d5aa
@ -1,4 +1,4 @@
|
||||
#![crate_id = "oculus-info#0.1"]
|
||||
#![crate_name = "oculus-info"]
|
||||
|
||||
extern crate debug;
|
||||
extern crate ovr = "oculus-vr";
|
||||
|
@ -1,4 +1,4 @@
|
||||
#![crate_id = "oculus-vr#0.1"]
|
||||
#![crate_name = "oculus-vr"]
|
||||
#![crate_type = "lib"]
|
||||
#![feature(link_args)]
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
#![crate_id = "steamworks-info#0.1"]
|
||||
#![crate_name = "steamworks-info#0.1"]
|
||||
|
||||
extern crate vr = "steamworks-vr";
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
#![allow(non_camel_case_types)]
|
||||
|
||||
#![crate_id = "steamworks-vr#0.1"]
|
||||
#![crate_name = "steamworks-vr#0.1"]
|
||||
#![crate_type = "lib"]
|
||||
#![feature(link_args)]
|
||||
|
||||
|
Reference in New Issue
Block a user