mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Remove some usage of unstable features in geckolib
This commit is contained in:
parent
3822bb269c
commit
b103e8baa7
12 changed files with 174 additions and 43 deletions
|
@ -12,7 +12,11 @@ path = "lib.rs"
|
|||
|
||||
[features]
|
||||
gecko = ["gecko_bindings"]
|
||||
servo = ["serde", "serde_macros", "heapsize", "heapsize_plugin", "style_traits/servo"]
|
||||
servo = ["serde", "serde/nightly", "serde_macros", "heapsize", "heapsize_plugin",
|
||||
"style_traits/servo", "app_units/plugins", "euclid/plugins",
|
||||
"cssparser/heap_size", "cssparser/serde-serialization",
|
||||
"selectors/heap_size", "selectors/unstable", "string_cache/heap_size",
|
||||
"url/heap_size"]
|
||||
|
||||
[dependencies]
|
||||
app_units = "0.2.3"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue