briansmith / ring

Safe, fast, small crypto using Rust
Other
3.7k stars 698 forks source link

want windows on arm support #1872

Closed Rei1mu closed 8 months ago

Rei1mu commented 8 months ago

want windows on arm support, its important when woa cargo build

briansmith commented 8 months ago

Do you mean 64-bit ARM, i.e. ARM64/AArch64? It was added in https://github.com/briansmith/ring/issues/1167, ring 0.17.0. Make sure you don't have any dependencies that are using earlier versions of ring and it should work fine. See BUILDING.md.

Rei1mu commented 8 months ago

thanks ,build it success. image