Skip to content

Commit

Permalink
build(deps): update eframe requirement from 0.24 to 0.25 (#19)
Browse files Browse the repository at this point in the history
Updates the requirements on [eframe](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: eframe
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 30, 2024
1 parent 99453ca commit 7e5d2ef
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 @@ -17,4 +17,4 @@ exclude = ["assets/"]
egui = "0.25"

[dev-dependencies]
eframe = "0.24"
eframe = "0.25"

0 comments on commit 7e5d2ef

Please sign in to comment.