You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
aarch64-pc-windows-msvc is on track to becoming a tier 1 target soon (rust-lang/rfcs#3817). However, this crate does not build on aarch64-pc-windows-msvc because it depends on winapi, which doesn't support aarch64 (and, given its maintenance status, it is unlikely that it ever will).
Probably the best way to fix this is to use windows-sys / windows-rs instead of winapi. Unfortunately I am not a Windows person so I know next to nothing about what this would take. :)