mirror of
https://github.com/servo/servo.git
synced 2025-08-08 06:55:31 +01:00
Update rust-webvr to 0.8
This commit is contained in:
parent
19cbea23a8
commit
714fe3b88a
7 changed files with 22 additions and 9 deletions
|
@ -12,5 +12,5 @@ path = "lib.rs"
|
|||
[dependencies]
|
||||
ipc-channel = "0.8"
|
||||
msg = {path = "../msg"}
|
||||
rust-webvr = {version = "0.5", features = ["serde-serialization"]}
|
||||
rust-webvr-api = {version = "0.8", features = ["serde-serialization"]}
|
||||
serde = "1.0"
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
extern crate ipc_channel;
|
||||
extern crate msg;
|
||||
#[macro_use] extern crate serde;
|
||||
pub extern crate rust_webvr as webvr;
|
||||
pub extern crate rust_webvr_api as webvr;
|
||||
|
||||
mod webvr_traits;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue