StarArawn / bevy_tiled

A plugin for rendering tiled maps.
MIT License
151 stars 40 forks source link

Update to bevy 0.3 #25

Closed AlisCode closed 3 years ago

AlisCode commented 3 years ago

Hey there,

bevy_tiled is incompatible with bevy 0.3, most notably because of changes in the Asset Loading API.

I'm working on a fix to get this crate to compile with the new version, should not be too much of a problem right ?