mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
Auto merge of #29361 - federicomenaquintero:selectors-shmem-feature, r=delan
Add a "shmem" feature to selectors to avoid publishing that dependency <!-- Please describe your changes on the following line: --> Hopefully as a way to help #29105, this PR adds a `shmem` feature to the selectors crate. This is so that the crate can be released with that feature off by default, as the `ToShmem` derives are only of interest to Servo, I think. All the places where servo's source code includes the selectors crate are made to turn on this feature.
This commit is contained in:
commit
a01035e6fd
13 changed files with 59 additions and 43 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