Skip to content

Commit

Permalink
Merge branch 'main' into bevy-0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
jgayfer committed Jun 16, 2024
2 parents 61585ff + cee8acb commit 0f4bb94
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed

- Update Bevy version from `0.13` to `0.14` (#1).
- Update `PointLight2d#color` to use the new [`bevy::color`](https://bevyengine.org/learn/migration-guides/0-13-to-0-14/#overhaul-color) module.
- Moved the following `bevy` features to `dev-dependencies`:
- `bevy_sprite`
- `png`
- `x11`
- Updated Bevy version from `0.13` to `0.14` (#1).
- Updated `PointLight2d#color` to use the new [`bevy::color`](https://bevyengine.org/learn/migration-guides/0-13-to-0-14/#overhaul-color) module (#1).
- Moved `bevy_sprite`, `png`, and `x11` Bevy features to `dev-dependencies` (#12).

### Fixed

Expand Down

0 comments on commit 0f4bb94

Please sign in to comment.