From 7d7fdb61e90799b3023d9340aaed1546cb55c824 Mon Sep 17 00:00:00 2001 From: asour <52638772+aMySour@users.noreply.github.com> Date: Wed, 22 Nov 2023 08:05:09 -0400 Subject: [PATCH] Update Cargo.toml to change bevy_openxr to bevy_oxr in GitHub link --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index bcf495a..4286be2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "bevy_oxr" version = "0.1.0" edition = "2021" description = "Community crate for OpenXR in Bevy" -repository = "https://github.com/awtterpip/bevy_openxr" +repository = "https://github.com/awtterpip/bevy_oxr" license = "MIT/Apache-2.0"