Skip to content

Commit

Permalink
Update bevy_egui to 0.24
Browse files Browse the repository at this point in the history
  • Loading branch information
idanarye committed Feb 17, 2024
1 parent 499b4ae commit 9c8577e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ 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
- Upgrade bevy_egui to 0.24.

### Fixed
- [**BREAKING**] Typo - `Rotatation` -> `Rotation` in Vpeol.

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ exclude = [
bevy-yoleck-macros = { version = "0.9.1", path = "macros" }
anyhow = "^1"
bevy = { version = "^0.12", default-features = false }
bevy_egui = { version = "^0.23", default-features = false, features = ["default_fonts"] }
bevy_egui = { version = "^0.24", default-features = false, features = ["default_fonts"] }
serde = "^1"
serde_json = "^1"
thiserror = "^1"
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ at a directory's contents). The index file contains a tuple of two values:

| bevy | bevy-yoleck | bevy_egui |
|------|-------------|-----------|
| 0.12 | 0.18 | 0.24 |
| 0.12 | 0.16, 0.17 | 0.23 |
| 0.11 | 0.15 | 0.22 |
| 0.11 | 0.13 - 0.14 | 0.21 |
Expand Down

0 comments on commit 9c8577e

Please sign in to comment.