emoon / rust_minifb

Cross platfrom window and framebuffer crate for Rust
MIT License
1k stars 95 forks source link

Use coercion on types failing compilation on 64 bit raspbian bullseye #292

Closed wtfuzz closed 2 years ago

wtfuzz commented 2 years ago

This addresses #291 where compilation failed on a Raspberry Pi with mismatched types errors.

emoon commented 2 years ago

Thanks!