chore(deps): bump egui from 0.34.3 to 0.35.0 (#141)

Bumps [egui](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
  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:41:24 +03:00
committed by GitHub
co-authored by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
parent 347dee713c
commit 38ad8d5bc2
2 changed files with 198 additions and 25 deletions
+1 -1
View File
@@ -59,7 +59,7 @@ rodio = { git = "https://github.com/arabianq/rodio.git", rev = "4746803c2e5f6700
] }
pipewire = "0.10.0"
egui = { version = "0.34.2", default-features = false, features = [
egui = { version = "0.35.0", default-features = false, features = [
"default_fonts",
"rayon",
] }