chore(deps): bump egui_extras from 0.34.3 to 0.35.0 (#144)

Bumps [egui_extras](https://github.com/emilk/egui) from 0.34.3 to 0.35.0.
- [Release notes](https://github.com/emilk/egui/releases)
- [Changelog](https://github.com/emilk/egui/blob/main/CHANGELOG.md)
- [Commits](https://github.com/emilk/egui/compare/0.34.3...0.35.0)

---
updated-dependencies:
- dependency-name: egui_extras
  dependency-version: 0.35.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>
This commit is contained in:
dependabot[bot]
2026-07-01 17:48:00 +03:00
committed by GitHub
co-authored by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
parent 7950f75c07
commit 48cda995ee
2 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -69,7 +69,7 @@ eframe = { version = "0.35.0", default-features = false, features = [
"x11",
"wayland",
] }
egui_extras = "0.34.1"
egui_extras = "0.35.0"
egui_material_icons = "0.6.0"
egui_dnd = "0.15.0"