From 5106e51b771113013ccae53b630bfac9483e0d93 Mon Sep 17 00:00:00 2001 From: Rob Parrett Date: Thu, 16 May 2024 13:22:25 -0700 Subject: [PATCH] Use bevy alt ui navigation lite from cargo --- Cargo.lock | 3 ++- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c1f87a2..2be1a6f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -325,7 +325,8 @@ dependencies = [ [[package]] name = "bevy-alt-ui-navigation-lite" version = "0.1.0" -source = "git+https://github.com/rparrett/bevy-alt-ui-navigation-lite/#31182d43d316539fee3e0d399db96898ac9bf464" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3b4ac61a5f2ada8aadaa36b24a45a739b3afda74f218f5333f9f4b9a4a9ac57f" dependencies = [ "bevy", "non-empty-vec", diff --git a/Cargo.toml b/Cargo.toml index 8b93e99..d06b27a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ bevy_dolly = { version = "0.0.3" } bevy_asset_loader = "0.20.0" bevy-inspector-egui = { version = "0.23", optional = true } leafwing-input-manager = "0.13" -bevy-alt-ui-navigation-lite = { git = "https://github.com/rparrett/bevy-alt-ui-navigation-lite/" } +bevy-alt-ui-navigation-lite = "0.1" bevy_mod_debugdump = { version = "0.10", optional = true } bevy_pipelines_ready = "0.3.0" bevy_two_entities = "0.1"