Skip to content

Commit

Permalink
fix(deps)!: update egui requirement from 0.24 to 0.25 (#20)
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.24.0...0.25.0)

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

BREAKING CHANGE: update public dependency egui to 0.25
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 30, 2024
1 parent 64ab97e commit 99453ca
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.24"
egui = "0.25"

[dev-dependencies]
eframe = "0.24"

0 comments on commit 99453ca

Please sign in to comment.