From c6f6c3fa4f08f7a3ffbf902611010e1e8d6974e4 Mon Sep 17 00:00:00 2001 From: Alex Touchet <26315797+atouchet@users.noreply.github.com> Date: Fri, 11 Oct 2024 08:11:41 -0700 Subject: [PATCH] Readme and Cargo.toml updates Signed-off-by: Alex Touchet <26315797+atouchet@users.noreply.github.com> --- README.md | 11 ++++++++--- webxr-api/Cargo.toml | 4 ++-- webxr/Cargo.toml | 4 ++-- 3 files changed, 12 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 60a2e77..8c0c234 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,13 @@ [![Build Status](https://github.com/servo/webxr/actions/workflows/rust.yml/badge.svg)](https://github.com/servo/webxr/actions) -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. +A safe Rust API that provides a way to interact with virtual reality and +augmented reality devices and integration with OpenXR. The API is inspired by +the WebXR Device API (https://www.w3.org/TR/webxr/) but adapted to Rust design +patterns. -It's used in the WebXR implementation for the Servo browser, but can be used outside of Servo. +It's used in the WebXR implementation for the Servo browser, but can be used +outside of Servo. -Some notes on our plans for this API: https://paper.dropbox.com/doc/Rust-webxr-plans--Ad8iXHKI15DKsFhfT3ufGiQiAg-xmqpUtCzy8yNMGWwUUxsz +Some notes on our plans for this API: +https://paper.dropbox.com/doc/Rust-webxr-plans--Ad8iXHKI15DKsFhfT3ufGiQiAg-xmqpUtCzy8yNMGWwUUxsz diff --git a/webxr-api/Cargo.toml b/webxr-api/Cargo.toml index 11d53e8..0dc2744 100644 --- a/webxr-api/Cargo.toml +++ b/webxr-api/Cargo.toml @@ -6,11 +6,11 @@ edition = "2018" homepage = "https://github.com/servo/webxr" repository = "https://github.com/servo/webxr" -keywords = ["webxr", "openxr", "oculus", "headset", "vr", "ar"] +keywords = ["ar", "headset", "openxr", "vr", "webxr"] license = "MPL-2.0" description = '''A safe Rust API that provides a way to interact with -Virtual Reality and Augmented Reality devices and integration with OpenXR. +virtual reality and augmented reality devices and integration with OpenXR. The API is inspired by the WebXR Device API (https://www.w3.org/TR/webxr/) but adapted to Rust design patterns.''' diff --git a/webxr/Cargo.toml b/webxr/Cargo.toml index a86fe02..9980974 100644 --- a/webxr/Cargo.toml +++ b/webxr/Cargo.toml @@ -6,11 +6,11 @@ edition = "2018" homepage = "https://github.com/servo/webxr" repository = "https://github.com/servo/webxr" -keywords = ["webxr", "openxr", "oculus", "headset", "vr", "ar"] +keywords = ["ar", "headset", "openxr", "vr", "webxr"] license = "MPL-2.0" description = '''A safe Rust API that provides a way to interact with -Virtual Reality and Augmented Reality devices and integration with OpenXR. +virtual reality and augmented reality devices and integration with OpenXR. The API is inspired by the WebXR Device API (https://www.w3.org/TR/webxr/) but adapted to Rust design patterns.'''