mirror of
https://github.com/servo/servo
synced 2026-04-25 17:15:48 +02:00
Finish the integration of webxr into the Cargo workspace (#35229)
- Run `cargo fmt` on `webxr` and `webxr-api` - Fix clippy warnings in the existing `webxr` code - Integrate the new crates into the workspace - Expose `webxr` via the libservo API rather than requiring embedders to depend on it explicitly. Signed-off-by: Martin Robinson <mrobinson@igalia.com>
This commit is contained in:
@@ -29,9 +29,6 @@ files = [
|
||||
]
|
||||
# Directories that are ignored for the non-WPT tidy check.
|
||||
directories = [
|
||||
# Ignored until these files are fully integrated into the workspace build.
|
||||
"./components/webxr",
|
||||
"./components/shared/webxr",
|
||||
# Test have expectations in them, causing tidy to fail.
|
||||
"./support/crown/tests",
|
||||
# Upstream
|
||||
|
||||
Reference in New Issue
Block a user