johanhelsing / bevy_web_asset

Bevy asset loader that transparently supports loading over http(s)
Apache License 2.0
71 stars 17 forks source link

Update to Bevy 0.14 #30

Closed danielfeather closed 2 months ago

danielfeather commented 2 months ago

Updated to Bevy 0.14

Bevy has transitioned to using async fn on some traits rather than BoxedFuture. Also updated pin-project to latest patch release.

See https://bevyengine.org/learn/migration-guides/0-13-to-0-14/#use-async-fn-in-traits-rather-than-boxedfuture

danielfeather commented 2 months ago

Thanks! Except for the lint error, it looks perfect ❤️

Damn, almost. Should've turned on 'formatOnSave' in editor settings 😂