chore(deps): bump egui_dnd from 0.15.0 to 0.16.0 (#145)

Bumps [egui_dnd](https://github.com/lucasmerlin/hello_egui) from 0.15.0 to 0.16.0.
- [Release notes](https://github.com/lucasmerlin/hello_egui/releases)
- [Changelog](https://github.com/lucasmerlin/hello_egui/blob/main/CHANGELOG.md)
- [Commits](https://github.com/lucasmerlin/hello_egui/compare/egui_dnd-v0.15.0...egui_dnd-v0.16.0)

---
updated-dependencies:
- dependency-name: egui_dnd
  dependency-version: 0.16.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tarasov Aleksandr <55220741+arabianq@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2026-07-01 17:57:57 +03:00
committed by GitHub
co-authored by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Tarasov Aleksandr
parent 4ce16d5301
commit 52dc0e3a09
2 changed files with 10 additions and 10 deletions
Generated
+9 -9
View File
@@ -1063,22 +1063,22 @@ dependencies = [
[[package]] [[package]]
name = "egui_animation" name = "egui_animation"
version = "0.11.0" version = "0.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dd9bc6d586df44e01b90715eec1eb8d73a61c3c3f554edffb01eb0894a8107ef" checksum = "d4434e99040717912350c108ffe543ef68d34147691523fb726ae99adf0935b4"
dependencies = [ dependencies = [
"egui 0.34.3", "egui 0.35.0",
"hello_egui_utils", "hello_egui_utils",
"simple-easing", "simple-easing",
] ]
[[package]] [[package]]
name = "egui_dnd" name = "egui_dnd"
version = "0.15.0" version = "0.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "51a348b3fdbc048c4241aaa2865255e1fdebbc0099324ded8c5b534e598e600c" checksum = "b1e40c74727cb2a7db02712604dbd293bb2a1dc8fa461e901612d280678fe56c"
dependencies = [ dependencies = [
"egui 0.34.3", "egui 0.35.0",
"egui_animation", "egui_animation",
"simple-easing", "simple-easing",
"web-time", "web-time",
@@ -1786,12 +1786,12 @@ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
[[package]] [[package]]
name = "hello_egui_utils" name = "hello_egui_utils"
version = "0.11.0" version = "0.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c34bfd8bff6f6df43b0b73ed7949a7aff0c98c2c1bd4c2f2771f5f2f6d98ced0" checksum = "7e31f814d47d37c03981b24094192586560fbe490c0b4ae94e808bdf076610b6"
dependencies = [ dependencies = [
"concat-idents", "concat-idents",
"egui 0.34.3", "egui 0.35.0",
] ]
[[package]] [[package]]
+1 -1
View File
@@ -71,7 +71,7 @@ eframe = { version = "0.35.0", default-features = false, features = [
] } ] }
egui_extras = "0.35.0" egui_extras = "0.35.0"
egui_material_icons = "0.7.0" egui_material_icons = "0.7.0"
egui_dnd = "0.15.0" egui_dnd = "0.16.0"
reqwest = "0.13.4" reqwest = "0.13.4"
percent-encoding = "2.3.2" percent-encoding = "2.3.2"