mirror of
https://github.com/servo/servo.git
synced 2025-08-15 10:25:32 +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
|
@ -37,7 +37,7 @@ hashglobe = { path = "../hashglobe" }
|
|||
http = { version = "0.2", optional = true }
|
||||
hyper_serde = { version = "0.13", optional = true }
|
||||
keyboard-types = { version = "0.6", optional = true }
|
||||
selectors = { path = "../selectors" }
|
||||
selectors = { path = "../selectors", features = ["shmem"] }
|
||||
serde = { version = "1.0.27", optional = true }
|
||||
serde_bytes = { version = "0.11", optional = true }
|
||||
servo_arc = { path = "../servo_arc" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue