Skip to content

Commit

Permalink
Update egui_extras requirement from 0.27.2 to 0.28.1
Browse files Browse the repository at this point in the history
Updates the requirements on [egui_extras](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.27.2...0.28.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 8, 2024
1 parent 1d07023 commit 74d4d96
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 @@ -36,7 +36,7 @@ semver = "1.0.22"
eframe = { version = "0.27.2", features = ["wgpu"] }
egui = "0.27.2"
egui-notify = "0.14.0"
egui_extras = { version = "0.27.2", features = ["syntect", "image"] }
egui_extras = { version = "0.28.1", features = ["syntect", "image"] }
image = "0.25.1"
open = "5.1.2"
ping = "0.5.2"

0 comments on commit 74d4d96

Please sign in to comment.