mirror of
https://github.com/mat-1/azalea.git
synced 2025-08-02 06:16:04 +00:00
the bevy update is a breaking change
This commit is contained in:
parent
5666918519
commit
50c8e6bc5b
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ write down most non-trivial breaking changes.
|
|||
|
||||
- [BREAKING] `Client::goto` is now async and resolves when the client reaches its destination. `Client::start_goto` should be used if the old behavior is undesired.
|
||||
- [BREAKING] The `BlockState::id` is now private, use `.id()` instead.
|
||||
- Update to [Bevy 0.16](https://bevyengine.org/news/bevy-0-16/).
|
||||
- [BREAKING] Update to [Bevy 0.16](https://bevyengine.org/news/bevy-0-16/).
|
||||
- [BREAKING] Rename `InstanceContainer::insert` to `get_or_insert`.
|
||||
- ClientBuilder and SwarmBuilder are now Send.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue