From b1f0a7317a0f1f5f0b2c854d73263752076a74ac Mon Sep 17 00:00:00 2001 From: Malek Date: Tue, 29 Aug 2023 11:09:13 -0700 Subject: [PATCH] Create README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..a0c7eb2 --- /dev/null +++ b/README.md @@ -0,0 +1,6 @@ +# Bevy OpenXR + +An in-progress crate for adding openxr support to Bevy without forking. +![image](https://github.com/awtterpip/bevy_openxr/assets/50841145/aa01fde4-7915-49b9-b486-ff61ce6d57a9) + +To see it in action run the example in `examples` with `cargo run --example xr`