mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Remove explicit dependencies on serde_derive
This commit is contained in:
parent
76d8573393
commit
605ef8b7ec
42 changed files with 27 additions and 96 deletions
|
@ -14,4 +14,3 @@ ipc-channel = "0.8"
|
|||
msg = {path = "../msg"}
|
||||
rust-webvr = {version = "0.5", features = ["serde-serialization"]}
|
||||
serde = "1.0"
|
||||
serde_derive = "1.0"
|
||||
|
|
|
@ -6,8 +6,7 @@
|
|||
|
||||
extern crate ipc_channel;
|
||||
extern crate msg;
|
||||
#[macro_use]
|
||||
extern crate serde_derive;
|
||||
#[macro_use] extern crate serde;
|
||||
pub extern crate rust_webvr as webvr;
|
||||
|
||||
mod webvr_traits;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue