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.13 #21

Closed wandbrandon closed 6 months ago

wandbrandon commented 7 months ago

I would review this a bit as i'm relatively new to Rust. The migration seems simple enough but I had to add winit as a dependency to get SurfaceWindow to implement HasRawDisplayHandle, might be something weird with bevy_winit? Not sure.

dtcristo commented 6 months ago

Thanks!