Description
Since Windows on ARM is now a thing, and we already build releases for ARM64 for Linux and MacOS, it would probably be worth building an ARM64 release for Windows as well.
Implementation notes
- Seems like we need to get rid of our dependency on
winapi
(including the indirect dependency throughusername
). This crate does not compile on Windows on ARM. It is no longer maintained. Instead, there is now an official windows-rs crate from Microsoft
Metadata
Metadata
Assignees
Type
Projects
Status
No status