Skip to content

Commit

Permalink
build(deps): bump egui from 0.21.0 to 0.28.1
Browse files Browse the repository at this point in the history
Bumps [egui](https://github.com/emilk/egui) from 0.21.0 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.21.0...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 8, 2024
1 parent 24e8648 commit bc0b7bf
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 7 deletions.
53 changes: 47 additions & 6 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 @@ -10,7 +10,7 @@ description = "Rapier Physics with Macroquad 🗡️ building a basic game physi

[dependencies]
crossbeam = "0.8.4"
egui = "0.21.0"
egui = "0.28.1"
egui-macroquad = "0.15"
macroquad = { version = "0.3.26", default-features = false }
rand = "0.8.5"
Expand Down

0 comments on commit bc0b7bf

Please sign in to comment.