mirror of
https://github.com/mii443/rust-openvr.git
synced 2025-08-23 08:45:31 +00:00
Updated cargo build
This commit is contained in:
@ -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};
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
#![crate_id = "oculus-vr#0.1"]
|
||||
#![crate_name = "ovr-vr"]
|
||||
#![crate_type = "lib"]
|
||||
#![feature(link_args)]
|
||||
|
||||
|
Reference in New Issue
Block a user