Skip to content

Commit

Permalink
Update egui requirement from 0.29.1 to 0.30.0
Browse files Browse the repository at this point in the history
Updates the requirements on [egui](https://github.com/emilk/egui) to permit the latest version.
- [Release notes](https://github.com/emilk/egui/releases)
- [Changelog](https://github.com/emilk/egui/blob/master/CHANGELOG.md)
- [Commits](emilk/egui@0.29.1...0.30.0)

---
updated-dependencies:
- dependency-name: egui
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 16, 2024
1 parent df03002 commit 02bfc89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ serde_json = "1.0.132"
semver = "1.0.23"
# GUI
eframe = "0.29.1"
egui = "0.29.1"
egui = "0.30.0"
egui-notify = "0.17.0"
egui_extras = { version = "0.29.1", features = ["syntect", "image"] }
image = "0.25.4"
Expand Down

0 comments on commit 02bfc89

Please sign in to comment.