mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
*/Cargo.toml: use the shmem feature for the dependency on the selectors cratre
This commit is contained in:
parent
c78af6a32f
commit
8a0810ee74
8 changed files with 8 additions and 8 deletions
|
@ -88,7 +88,7 @@ regex = "1.1"
|
|||
script_layout_interface = { path = "../script_layout_interface" }
|
||||
script_plugins = { path = "../script_plugins" }
|
||||
script_traits = { path = "../script_traits" }
|
||||
selectors = { path = "../selectors" }
|
||||
selectors = { path = "../selectors", features = ["shmem"] }
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
serde_bytes = "0.11"
|
||||
servo-media = { git = "https://github.com/servo/media" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue