Change style_traits to a single "servo" Cargo feature

... instead of fine-grained heap_size and serde-serialization ones.
This commit is contained in:
Simon Sapin 2016-06-22 13:36:14 +02:00
parent 00b6210519
commit 3822bb269c
7 changed files with 22 additions and 46 deletions

View file

@ -12,7 +12,7 @@ path = "lib.rs"
[features]
gecko = ["gecko_bindings"]
servo = ["serde", "serde_macros", "heapsize", "heapsize_plugin", "style_traits/heap_size"]
servo = ["serde", "serde_macros", "heapsize", "heapsize_plugin", "style_traits/servo"]
[dependencies]
app_units = "0.2.3"