diff --git a/Cargo.lock b/Cargo.lock index 6f9e441b..64d7c7ea 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1118,7 +1118,7 @@ dependencies = [ [[package]] name = "egui_nav" version = "0.2.0" -source = "git+https://github.com/damus-io/egui-nav?rev=8a0508e17b02e382c04b4c3f724713a6b7807819#8a0508e17b02e382c04b4c3f724713a6b7807819" +source = "git+https://github.com/damus-io/egui-nav?rev=ac7d663307b76634757024b438dd4b899790da99#ac7d663307b76634757024b438dd4b899790da99" dependencies = [ "egui", "egui_extras", diff --git a/Cargo.toml b/Cargo.toml index c3287c2b..20b1c77b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ dirs = "5.0.1" eframe = { version = "0.29.1", default-features = false, features = [ "wgpu", "wayland", "x11", "android-native-activity" ] } egui = { version = "0.29.1", features = ["serde"] } egui_extras = { version = "0.29.1", features = ["all_loaders"] } -egui_nav = { git = "https://github.com/damus-io/egui-nav", rev = "8a0508e17b02e382c04b4c3f724713a6b7807819" } +egui_nav = { git = "https://github.com/damus-io/egui-nav", rev = "ac7d663307b76634757024b438dd4b899790da99" } egui_tabs = "0.2.0" egui_virtual_list = "0.5.0" ehttp = "0.2.0"