mirror of
https://github.com/servo/servo.git
synced 2025-10-02 17:49:16 +01:00
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:
parent
6a1a3aea08
commit
e9d0a8f95d
8 changed files with 21 additions and 26 deletions
|
@ -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 }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue