From 7528df25b9405b600cf37ac6ac87bbca0cf92b37 Mon Sep 17 00:00:00 2001 From: kernelkind Date: Wed, 8 Oct 2025 16:27:10 -0400 Subject: [PATCH] update egui-nav Signed-off-by: kernelkind --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6f6c5e6..8b5d01d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1555,7 +1555,7 @@ dependencies = [ [[package]] name = "egui_nav" version = "0.2.0" -source = "git+https://github.com/damus-io/egui-nav?rev=8767df4bc8d12a90fbcee7493d9c9604fe30f1a2#8767df4bc8d12a90fbcee7493d9c9604fe30f1a2" +source = "git+https://github.com/damus-io/egui-nav?rev=8f9b4f5c79aecf426d89c1df0742ef03bf7c2cd3#8f9b4f5c79aecf426d89c1df0742ef03bf7c2cd3" dependencies = [ "bitflags 2.9.1", "egui", diff --git a/Cargo.toml b/Cargo.toml index 08ac4d3..8aa9306 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ egui = { version = "0.31.1", features = ["serde"] } egui-wgpu = "0.31.1" egui_extras = { version = "0.31.1", features = ["all_loaders"] } egui-winit = { version = "0.31.1", features = ["android-game-activity", "clipboard"] } -egui_nav = { git = "https://github.com/damus-io/egui-nav", rev = "8767df4bc8d12a90fbcee7493d9c9604fe30f1a2" } +egui_nav = { git = "https://github.com/damus-io/egui-nav", rev = "8f9b4f5c79aecf426d89c1df0742ef03bf7c2cd3" } egui_tabs = { git = "https://github.com/damus-io/egui-tabs", rev = "6eb91740577b374a8a6658c09c9a4181299734d0" } #egui_virtual_list = "0.6.0" egui_virtual_list = { git = "https://github.com/jb55/hello_egui", rev = "a66b6794f5e707a2f4109633770e02b02fb722e1" }