Skip to content

Commit

Permalink
Bump egui_extras from 0.24.2 to 0.27.2
Browse files Browse the repository at this point in the history
Bumps [egui_extras](https://github.com/emilk/egui) from 0.24.2 to 0.27.2.
- [Release notes](https://github.com/emilk/egui/releases)
- [Changelog](https://github.com/emilk/egui/blob/master/CHANGELOG.md)
- [Commits](https://github.com/emilk/egui/commits/0.27.2)

---
updated-dependencies:
- dependency-name: egui_extras
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Apr 8, 2024
1 parent 60aa0d6 commit 42b2968
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 11 deletions.
62 changes: 52 additions & 10 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ bytes = "1.5"
cfg-if = "1.0"
eframe = "0.24"
egui = "0.24"
egui_extras = { version = "0.24", features = ["image"] }
egui_extras = { version = "0.27", features = ["image"] }
image = { version = "0.25", default-features = false, features = ["jpeg", "png"] }
mockito = { version = "1.2" }
rand = "0.8"
Expand Down

0 comments on commit 42b2968

Please sign in to comment.