diff --git a/Cargo.lock b/Cargo.lock index 66e95b9..ad819be 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1160,7 +1160,7 @@ dependencies = [ [[package]] name = "bevy_xr_utils" -version = "0.1.0" +version = "0.1.0-rc1" dependencies = [ "bevy", "bevy_mod_openxr", diff --git a/crates/bevy_xr_utils/Cargo.toml b/crates/bevy_xr_utils/Cargo.toml index e71cb5a..5f66274 100644 --- a/crates/bevy_xr_utils/Cargo.toml +++ b/crates/bevy_xr_utils/Cargo.toml @@ -1,7 +1,10 @@ [package] name = "bevy_xr_utils" -version = "0.1.0" -edition = "2021" +version.workspace = true +edition.workspace = true +license.workspace = true +repository.workspace = true +description = "utils for bevy_mod_xr and bevy_mod_openxr" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html