dtcristo / bevy_pixels

Bevy plugin that uses Pixels (a tiny pixel buffer) for rendering
https://docs.rs/bevy_pixels
Apache License 2.0
84 stars 12 forks source link

Update to bevy 0.11 #18

Closed hinohi closed 1 year ago

hinohi commented 1 year ago

I tried to support bevy 0.11 while reading the migration document. I couldn't decide if PixelsSet is still necessary, but I left it.

I confirmed that all examples work on Mac PC.

dtcristo commented 1 year ago

Hey, thanks for this. I have been working on upgrading this myself and have just pushed a new release. See https://github.com/dtcristo/bevy_pixels/commit/7471b055ba22617270863d9b131d0b200fbab1fa for what I did. Mostly the same as what you've done here but I also removed PixelsSet and replaced it with custom schedules.