Skip to content

Commit

Permalink
Update egui requirement from 0.25 to 0.26
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.25.0...0.26.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 5, 2024
1 parent 19a64b0 commit 28a8835
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 @@ -70,7 +70,7 @@ eframe = { version = "0.25", features = [
"wayland",
"x11",
], default-features = false }
egui = { version = "0.25", features = ["log", "color-hex"] }
egui = { version = "0.26", features = ["log", "color-hex"] }
egui-wgpu = { version = "0.25" }
egui_file = "0.14.1"
egui_extras = { version = "0.25", features = ["svg", "image"] }
Expand Down

0 comments on commit 28a8835

Please sign in to comment.