Skip to content

Commit

Permalink
build(deps): update egui requirement from 0.23 to 0.24
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.23.0...0.24.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 27, 2023
1 parent f2bcf74 commit 64cf75f
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 @@ -14,7 +14,7 @@ categories = ["gui"]
exclude = ["assets/"]

[dependencies]
egui = "0.23"
egui = "0.24"

[dev-dependencies]
eframe = "0.23"

0 comments on commit 64cf75f

Please sign in to comment.