mirror of
https://github.com/servo/servo.git
synced 2025-08-08 06:55:31 +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
|
@ -10,7 +10,7 @@ path = "lib.rs"
|
|||
|
||||
[features]
|
||||
servo = ["heapsize", "heapsize_plugin", "serde", "serde_macros", "euclid/plugins",
|
||||
"cssparser/heap_size", "cssparser/serde-serialization"]
|
||||
"cssparser/heap_size", "cssparser/serde-serialization", "util/servo"]
|
||||
|
||||
[dependencies]
|
||||
util = {path = "../util"}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue