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:
Martin Robinson 2025-04-09 16:19:33 +02:00 committed by GitHub
parent f8db2d2e86
commit 3b41a16fcf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 9 additions and 28 deletions

2
Cargo.lock generated
View file

@ -1949,7 +1949,6 @@ dependencies = [
"url",
"webdriver",
"webrender_api",
"webxr-api",
]
[[package]]
@ -8699,6 +8698,7 @@ dependencies = [
name = "webxr-api"
version = "0.0.1"
dependencies = [
"embedder_traits",
"euclid",
"ipc-channel",
"log",