mirror of
https://github.com/rust-windowing/winit.git
synced 2026-06-27 07:03:15 -04:00
The c_char type, which was used under the hood is different depending on arch, thus use it directly instead of i8. Fixes #3735.
The c_char type, which was used under the hood is different depending on arch, thus use it directly instead of i8. Fixes #3735.