Skip to content

Commit

Permalink
Update bevy_egui to 0.32
Browse files Browse the repository at this point in the history
  • Loading branch information
idanarye committed Jan 9, 2025
1 parent 33cde1f commit a357593
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]
### Changed
- Update bevy_egui version to 0.32.

## 0.23.0 - 2024-12-02
### Changed
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ bevy = { version = "^0.15", default-features = false, features = [
"bevy_window",
"bevy_asset",
] }
bevy_egui = { version = "^0.31", default-features = false, features = ["default_fonts", "render"] }
bevy_egui = { version = "^0.32", default-features = false, features = ["default_fonts", "render"] }
serde = "^1"
serde_json = "^1"
thiserror = "^2"
Expand Down

0 comments on commit a357593

Please sign in to comment.