Skip to content

Commit

Permalink
build(deps): update eframe requirement from 0.26 to 0.28
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.26.0...0.28.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jul 8, 2024
1 parent 48d95c2 commit 480c411
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 @@ -18,7 +18,7 @@ egui26 = { version = "0.26", package = "egui", default-features = false, optiona
egui27 = { version = "0.27", package = "egui", default-features = false, optional = true }

[dev-dependencies]
eframe = "0.26"
eframe = "0.28"

[features]
default = [ "egui26" ]

0 comments on commit 480c411

Please sign in to comment.