[package] name = "layout_traits" version = "0.0.1" authors = ["The Servo Project Developers"] license = "MPL-2.0" 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 = "0.5" url = {version = "1.2", features = ["heap_size"]} [dependencies.webrender_traits] git = "https://github.com/servo/webrender" default_features = false features = ["serde_macros"]