mirror of
https://github.com/servo/servo.git
synced 2025-09-27 23:30:08 +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
|
@ -16,7 +16,7 @@ euclid = "0.22"
|
|||
html5ever = "0.26"
|
||||
rayon = "1"
|
||||
serde_json = "1.0"
|
||||
selectors = {path = "../../../components/selectors"}
|
||||
selectors = {path = "../../../components/selectors", features = ["shmem"] }
|
||||
servo_arc = {path = "../../../components/servo_arc"}
|
||||
servo_atoms = {path = "../../../components/atoms"}
|
||||
servo_config = {path = "../../../components/config"}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue