chore(deps): bump egui_material_icons from 0.6.0 to 0.7.0 (#142)

Bumps [egui_material_icons](https://github.com/lucasmerlin/hello_egui) from 0.6.0 to 0.7.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_material_icons-v0.6.0...egui_material_icons-v0.7.0)

---
updated-dependencies:
- dependency-name: egui_material_icons
  dependency-version: 0.7.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:55:46 +03:00
committed by GitHub
co-authored by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
parent 48cda995ee
commit 4ce16d5301
2 changed files with 4 additions and 147 deletions
+1 -1
View File
@@ -70,7 +70,7 @@ eframe = { version = "0.35.0", default-features = false, features = [
"wayland",
] }
egui_extras = "0.35.0"
egui_material_icons = "0.6.0"
egui_material_icons = "0.7.0"
egui_dnd = "0.15.0"
reqwest = "0.13.4"