nav: slow down nav animation a bit

you care barely see it
This commit is contained in:
William Casarin
2025-01-04 16:01:24 -08:00
parent 4fd8ac377e
commit c7d3aae856
2 changed files with 2 additions and 2 deletions

View File

@@ -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"