Skip to content

Commit

Permalink
Update egui_extras requirement from 0.24.2 to 0.25.0
Browse files Browse the repository at this point in the history
Updates the requirements on [egui_extras](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](https://github.com/emilk/egui/commits/0.25.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 8, 2024
1 parent 4e752d7 commit 6dc919a
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 @@ -30,7 +30,7 @@ eframe = { version = "0.24.1", default-features = false, features = [
egui = { version = "0.24.1", default-features = false, features = [
"persistence",
] }
egui_extras = "0.24.2"
egui_extras = "0.25.0"
hex = "0.4.3"
plist = "1.6.0"
rfd = "0.12.1"
Expand Down

0 comments on commit 6dc919a

Please sign in to comment.