mirror of
https://github.com/servo/servo.git
synced 2025-08-12 17:05:33 +01:00
Change style_traits to a single "servo" Cargo feature
... instead of fine-grained heap_size and serde-serialization ones.
This commit is contained in:
parent
00b6210519
commit
3822bb269c
7 changed files with 22 additions and 46 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue