Skip to content

Commit

Permalink
Update to Bevy 0.15 (#14)
Browse files Browse the repository at this point in the history
* update to bevy 0.15.0-rc.3

* use required components

* use World::trigger_targets_ref

* fix comment

* bump to 0.10.0

* changelog

* changelog

* fmt

* fix CI

* fmt

* changelog fix

* Update to Bevy 0.15.0
  • Loading branch information
aecsocket authored Nov 30, 2024
1 parent 7ce5a9b commit fe96fb1
Show file tree
Hide file tree
Showing 35 changed files with 1,215 additions and 737 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# Unreleased

- Update to Bevy 0.15
- Made `SessionResponse` in `aeronet_webtransport` no longer an event which you trigger
- Moved to a field on `SessionRequest` which you have to update in your request observer

# 0.10.1

- Fixed crash in `SeqBuf::remove`
Expand Down
Loading

0 comments on commit fe96fb1

Please sign in to comment.