aboutsummaryrefslogtreecommitdiffstats
path: root/components/shared/webxr/mock.rs
Commit message (Collapse)AuthorAgeFilesLines
* webxr: Rename sender & receiver type aliases to `WebXrSender` and ↵Martin Robinson2025-02-051-4/+4
| | | | | | | | `WebXrReceiver` (#35307) This will prevent rust-analyzer from suggesting the import of these types when dealing with `crossbeam` channels. Signed-off-by: Martin Robinson <mrobinson@igalia.com>
* Finish the integration of `webxr` into the Cargo workspace (#35229)Martin Robinson2025-01-311-24/+7
| | | | | | | | | - 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/+146
Signed-off-by: Martin Robinson <mrobinson@igalia.com>