Skip to content

Commit 11274ac

Browse files
committed
nav: make back nav faster
Changed the egui-nav spring function so its now so slow near the end of the aniation. Fixes: #595
1 parent f693bb5 commit 11274ac

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Cargo.lock

+1-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dirs = "5.0.1"
1616
eframe = { version = "0.29.1", default-features = false, features = [ "wgpu", "wayland", "x11", "android-native-activity" ] }
1717
egui = { version = "0.29.1", features = ["serde"] }
1818
egui_extras = { version = "0.29.1", features = ["all_loaders"] }
19-
egui_nav = "0.2.0"
19+
egui_nav = { git = "https://github.com/damus-io/egui-nav", rev = "8a0508e17b02e382c04b4c3f724713a6b7807819" }
2020
egui_tabs = "0.2.0"
2121
egui_virtual_list = "0.5.0"
2222
ehttp = "0.2.0"

0 commit comments

Comments
 (0)