*/Cargo.toml: use the shmem feature for the dependency on the selectors cratre

This commit is contained in:
Federico Mena Quintero 2023-02-14 11:58:37 -06:00
parent c78af6a32f
commit 8a0810ee74
8 changed files with 8 additions and 8 deletions

View file

@ -37,7 +37,7 @@ range = { path = "../range" }
script = { path = "../script" }
script_layout_interface = { path = "../script_layout_interface" }
script_traits = { path = "../script_traits" }
selectors = { path = "../selectors" }
selectors = { path = "../selectors", features = ["shmem"] }
servo_allocator = { path = "../allocator" }
servo_arc = { path = "../servo_arc" }
servo_atoms = { path = "../atoms" }