Skip to content

Commit 5a928fc

Browse files
Add no_std to migration guide highlights (#2093)
1 parent 8bb92d6 commit 5a928fc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

content/learn/migration-guides/0.15-to-0.16.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,6 @@ The most important changes to be aware of this release are:
1414

1515
- Bevy has reworked its error handling to make it easier to handle `Result`s everywhere. As a result, `Query::single` and friends now return results, rather than panicking.
1616
- Bevy's ECS now has built-in one-to-many entity relationships. The existing parent-child hierarchy system has been modified to use these relationships, causing minor breaking changes in entity despawning behavior and how children are added / replaced for a parent entity.
17+
- The `bevy` crate now supports `no_std` platforms. As part of this, many items (like `HashMap`) from `bevy_utils` have been moved into `bevy_platform_support`. If you are the author of an ecosystem crate, you may want to offer `no_std` support to your users as well: it's generally straightforward unless you're interfacing directly with the underlying operating system.
1718

1819
{{ migration_guides(version="0.16") }}

0 commit comments

Comments
 (0)