chore(deps): bump egui from 0.34.1 to 0.34.2 (#97)

Bumps [egui](https://github.com/emilk/egui) from 0.34.1 to 0.34.2.
- [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.1...0.34.2)

---
updated-dependencies:
- dependency-name: egui
  dependency-version: 0.34.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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-05-13 21:43:54 +03:00
committed by GitHub
parent 10f07cd895
commit 0bb7ef3f33
2 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ rfd = { version = "0.17.2", default-features = false, features = [
] }
opener = { version = "0.8.4", features = ["reveal"] }
egui = { version = "0.34.1", default-features = false, features = [
egui = { version = "0.34.2", default-features = false, features = [
"default_fonts",
"rayon",
] }