Skip to content
This repository was archived by the owner on Feb 16, 2025. It is now read-only.

Commit 3d482b2

Browse files
authored
Auto merge of #202 - atouchet:rdm, r=Manishearth
Update Readme None
2 parents 3d82ad9 + 1d91ee9 commit 3d482b2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# rust-webxr
22

3-
[![Build Status](https://travis-ci.org/servo/webxr.svg?branch=master)](https://travis-ci.org/servo/webxr)
3+
[![Build Status](https://github.com/servo/webxr/actions/workflows/rust.yml/badge.svg)](https://github.com/servo/webxr/actions)
44

5-
A safe Rust API that provides a way to interact with Virtual Reality and Augmented Reality devices and integration with vendor-specific APIs like OpenVR, Oculus, GoogleVR and Magic Leap. The API is inspired by the WebXR Device API (https://www.w3.org/TR/webxr/) but adapted to Rust design patterns.
5+
A safe Rust API that provides a way to interact with virtual reality and augmented reality devices and integration with vendor-specific APIs like OpenVR, Oculus, Google VR, and Magic Leap. The API is inspired by the WebXR Device API (https://www.w3.org/TR/webxr/) but adapted to Rust design patterns.
66

7-
It's used in the WebXR implementation for Servo browser, but can be used outside of Servo.
7+
It's used in the WebXR implementation for the Servo browser, but can be used outside of Servo.
88

9-
Some notes on our plans for this Api: https://paper.dropbox.com/doc/Rust-webxr-plans--Ad8iXHKI15DKsFhfT3ufGiQiAg-xmqpUtCzy8yNMGWwUUxsz
9+
Some notes on our plans for this API: https://paper.dropbox.com/doc/Rust-webxr-plans--Ad8iXHKI15DKsFhfT3ufGiQiAg-xmqpUtCzy8yNMGWwUUxsz

0 commit comments

Comments
 (0)