Skip to content

Commit d5fdbc6

Browse files
committed
Pin egui_dnd to fix animiation jitter
lucasmerlin/hello_egui#13
1 parent db6bfa9 commit d5fdbc6

File tree

2 files changed

+2
-28
lines changed

2 files changed

+2
-28
lines changed

Cargo.lock

Lines changed: 1 addition & 27 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ dialoguer = "0.10.4"
1313
directories = "5.0.1"
1414
eframe = "0.22.0"
1515
egui_commonmark = "0.7.4"
16-
egui_dnd = { git = "https://github.com/lucasmerlin/egui_dnd.git" }
16+
egui_dnd = { git = "https://github.com/lucasmerlin/egui_dnd.git", rev = "e9043021e101fb42fc6ce70e508da857cb7ee263" }
1717
futures = "0.3.28"
1818
hex = "0.4.3"
1919
image = { version = "0.24.7", default-features = false, features = ["png"] }

0 commit comments

Comments
 (0)