Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 30, 2024
1 parent e15257f commit 79f3d80
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 @@ -19,7 +19,7 @@ egui27 = { version = "0.27", package = "egui", default-features = false, optiona
egui28 = { version = "0.28", package = "egui", default-features = false, optional = true }

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

[features]
default = ["egui26"]

0 comments on commit 79f3d80

Please sign in to comment.