mirror of
https://github.com/servo/servo.git
synced 2025-08-08 23:15:33 +01:00
libservo: Move EventLooperWaker
from webxr_traits
to embedder_traits
(#36420)
Now that `webxr` is integrated into the Servo directory, `webxr` can depend on `embedder_traits` instead of having it re-export this type conditionally (and sometimes duplicating it). Testing: This just moves a data type, so no tests are necessary. Signed-off-by: Martin Robinson <mrobinson@igalia.com> Signed-off-by: Martin Robinson <mrobinson@igalia.com>
This commit is contained in:
parent
f8db2d2e86
commit
3b41a16fcf
7 changed files with 9 additions and 28 deletions
|
@ -19,6 +19,7 @@ path = "lib.rs"
|
|||
ipc = ["serde", "ipc-channel", "euclid/serde"]
|
||||
|
||||
[dependencies]
|
||||
embedder_traits = { workspace = true }
|
||||
euclid = { workspace = true }
|
||||
ipc-channel = { workspace = true, optional = true }
|
||||
log = { workspace = true }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue