diff --git a/Cargo.lock b/Cargo.lock index 246264b..bfa7e4a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1148,7 +1148,7 @@ dependencies = [ [[package]] name = "egui_nav" version = "0.1.0" -source = "git+https://github.com/kernelkind/egui-nav?rev=6a7b1cf735e8a770b2510fbac06837d47c44e2c0#6a7b1cf735e8a770b2510fbac06837d47c44e2c0" +source = "git+https://github.com/kernelkind/egui-nav?rev=1fbaf0811c67b674068ba69c8aa92e8e8c2ed1da#1fbaf0811c67b674068ba69c8aa92e8e8c2ed1da" dependencies = [ "egui", "egui_extras", diff --git a/Cargo.toml b/Cargo.toml index 2f1836b..a8c2e91 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ eframe = { git = "https://github.com/emilk/egui", rev = "fcb7764e48ce00f8f8e58da egui_extras = { git = "https://github.com/emilk/egui", rev = "fcb7764e48ce00f8f8e58da10f937410d65b0bfb", package = "egui_extras", features = ["all_loaders"] } ehttp = "0.2.0" egui_tabs = { git = "https://github.com/damus-io/egui-tabs", branch = "egui-0.28" } -egui_nav = { git = "https://github.com/kernelkind/egui-nav", rev = "6a7b1cf735e8a770b2510fbac06837d47c44e2c0" } +egui_nav = { git = "https://github.com/kernelkind/egui-nav", rev = "1fbaf0811c67b674068ba69c8aa92e8e8c2ed1da" } egui_virtual_list = { git = "https://github.com/jb55/hello_egui", branch = "egui-0.28", package = "egui_virtual_list" } reqwest = { version = "0.12.4", default-features = false, features = [ "rustls-tls-native-roots" ] } image = { version = "0.25", features = ["jpeg", "png", "webp"] }