Enable surfman's sm-x11 feature for webrender_traits (#35362)

This fixes errors when running `./mach clippy -r -p webrender_traits`.

Signed-off-by: Oriol Brufau <obrufau@igalia.com>
This commit is contained in:
Oriol Brufau 2025-02-07 12:20:59 +01:00 committed by GitHub
parent 19e41ab9f9
commit 4721f47190
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -26,4 +26,4 @@ webrender_api = { workspace = true }
serde = { workspace = true }
servo_geometry = { path = "../../geometry" }
servo-media = { workspace = true }
surfman = { workspace = true }
surfman = { workspace = true, features = ["sm-x11"] }