Skip to content

Commit

Permalink
Bump egui_extras from 0.27.2 to 0.28.1
Browse files Browse the repository at this point in the history
Bumps [egui_extras](https://github.com/emilk/egui) from 0.27.2 to 0.28.1.
- [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
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jul 22, 2024
1 parent a550b36 commit 32b1b41
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 14 deletions.
71 changes: 58 additions & 13 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.6"
cfg-if = "1.0"
eframe = "0.27"
egui = "0.27"
egui_extras = { version = "0.27", features = ["image"] }
egui_extras = { version = "0.28", features = ["image"] }
image = { version = "0.25", default-features = false, features = ["jpeg", "png"] }
rand = "0.8"
reqwest = { version = "0.12", features = ["gzip", "json"] }
Expand Down

0 comments on commit 32b1b41

Please sign in to comment.