servo/components/layout_traits/Cargo.toml
Anthony Ramine 38a79e4506 Update Rust to 1.11.0-nightly (ad7fe6521 2016-06-23)
I also properly bump any dependency related to the serde_macros removal
from webrender_traits
2016-06-27 14:13:44 +02:00

24 lines
623 B
TOML

[package]
name = "layout_traits"
version = "0.0.1"
authors = ["The Servo Project Developers"]
publish = false
[lib]
name = "layout_traits"
path = "lib.rs"
[dependencies]
gfx = {path = "../gfx"}
script_traits = {path = "../script_traits"}
msg = {path = "../msg"}
net_traits = {path = "../net_traits"}
profile_traits = {path = "../profile_traits"}
util = {path = "../util"}
ipc-channel = {git = "https://github.com/servo/ipc-channel"}
url = {version = "1.0.0", features = ["heap_size"]}
[dependencies.webrender_traits]
git = "https://github.com/servo/webrender_traits"
default_features = false
features = ["serde_macros"]