emoon / rust_minifb

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

ARM and AARCH64 Windows Support #300

Closed smb123w64gb closed 1 year ago

smb123w64gb commented 1 year ago

Things were not compiling for my ARM64 Windows 11 machine. With this simple addition it works again.

emoon commented 1 year ago

Thanks! Just run cargo fmt/rustfmt and push the update file(s) and the PR should be ready to go.