nav: slow down nav animation a bit
you care barely see it
This commit is contained in:
2
Cargo.lock
generated
2
Cargo.lock
generated
@@ -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",
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user