Skip to content

Commit

Permalink
Update egui requirement from 0.26.2 to 0.27.2
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.26.2...0.27.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Apr 8, 2024
1 parent 05962f6 commit 9c0b48a
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 @@ -11,7 +11,7 @@ description = "A simple implementation of egui for ggez"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
egui = "0.26.2"
egui = "0.27.2"
ggez = "0.9.1"

[dev-dependencies]
Expand Down

0 comments on commit 9c0b48a

Please sign in to comment.