aboutsummaryrefslogtreecommitdiffstats
path: root/components/webxr/Cargo.toml
Commit message (Collapse)AuthorAgeFilesLines
* libservo: Expose a `ServoBuilder` (#36549)Martin Robinson6 days1-0/+1
| | | | | | | | | Expose a `ServoBuilder` for easily creating Servo instances using default values. This change enables removing `EmbedderTraits`. Testing: This is covered by `Servo` unit tests. Signed-off-by: Martin Robinson <mrobinson@igalia.com> Signed-off-by: Martin Robinson <mrobinson@igalia.com>
* Organize component Cargo.toml dependencies (#36224)Alex Touchet2025-03-301-3/+3
| | | Signed-off-by: Alex Touchet <26315797+atouchet@users.noreply.github.com>
* Finish the integration of `webxr` into the Cargo workspace (#35229)Martin Robinson2025-01-311-26/+17
| | | | | | | | | - 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>
* Merge webxr repository (#35228)Martin Robinson2025-01-301-0/+49
Signed-off-by: Martin Robinson <mrobinson@igalia.com>