emoon / rust_minifb

Cross platfrom window and framebuffer crate for Rust
MIT License
1.01k stars 97 forks source link

change pointer type to plattform specific type as the cast is otherwi… #212

Closed derpeter closed 4 years ago

derpeter commented 4 years ago

As discussed here https://github.com/emoon/rust_minifb/issues/211 this fixes the build on ARM plattforms

emoon commented 4 years ago

Thanks!