Skip to content

Commit

Permalink
Depend on the bevy_state feature
Browse files Browse the repository at this point in the history
  • Loading branch information
NiklasEi committed Jun 9, 2024
1 parent 07a481c commit bb0dd43
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Changelog

- all texture atlas layout parameters are integers (u32) now
- all texture atlas layout parameters are now integers (u32)
- `bevy_asset_loader` depends on the new `bevy_state` feature

## v0.20.2 - 18.05.2024
- Fix texture atlas layout in asset collections (see [#212](https://github.com/NiklasEi/bevy_asset_loader/pull/212))
Expand Down
2 changes: 1 addition & 1 deletion bevy_asset_loader/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ standard_dynamic_assets = ["dep:bevy_common_assets", "dep:serde"]
progress_tracking = ["dep:iyes_progress"]

[dependencies]
bevy = { version = "0.14.0-rc.2", default-features = false, features = ["bevy_asset"] }
bevy = { version = "0.14.0-rc.2", default-features = false, features = ["bevy_asset", "bevy_state"] }
bevy_asset_loader_derive = { version = "=0.21.0-rc2.1", path = "../bevy_asset_loader_derive" }
anyhow = "1"
path-slash = "0.2"
Expand Down

0 comments on commit bb0dd43

Please sign in to comment.