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 pixels to 0.8.0 #3

Closed parasyte closed 2 years ago

parasyte commented 2 years ago

Use separate crates instead of the bevy uber-crate. Workaround for Cargo package resolution error with syn.

This may not be as pretty, but it works.