libservo: Re-export types that are used by servoshell (#39586)

servoshell should not depend on internal Servo crates. Instead,
`libervo` should re-export any types that are used by embedders. This
change does that re-export for private types currently used by
servoshell.

Testing: This just changes the way types are imported, so curent tests
should suffice.

Signed-off-by: Martin Robinson <mrobinson@igalia.com>
This commit is contained in:
Martin Robinson 2025-09-30 18:36:05 +02:00 committed by GitHub
parent 6a1a3aea08
commit e9d0a8f95d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 21 additions and 26 deletions

View file

@ -57,10 +57,8 @@ webxr = ["libservo/webxr"]
[dependencies]
bpaf = { version = "0.9.20", features = ["derive"] }
cfg-if = { workspace = true }
constellation_traits = { workspace = true }
crossbeam-channel = { workspace = true }
dpi = { workspace = true }
embedder_traits = { path = "../../components/shared/embedder" }
euclid = { workspace = true }
hitrace = { workspace = true, optional = true }
image = { workspace = true }