Skip to content

Commit

Permalink
Bump egui from 0.27.2 to 0.28.1
Browse files Browse the repository at this point in the history
Bumps [egui](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
  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 29, 2024
1 parent 981dd87 commit f401529
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 11 deletions.
61 changes: 51 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 @@ -8,7 +8,7 @@ anyhow = "1.0"
bytes = "1.6"
cfg-if = "1.0"
eframe = "0.27"
egui = "0.27"
egui = "0.28"
egui_extras = { version = "0.27", features = ["image"] }
image = { version = "0.25", default-features = false, features = ["jpeg", "png"] }
rand = "0.8"
Expand Down

0 comments on commit f401529

Please sign in to comment.