mcgoo / vcpkg-rs

Build library for finding native libraries in vcpkg for Rust - Windows (msvc), Linux and macOS
https://docs.rs/vcpkg
Apache License 2.0
108 stars 22 forks source link

Support new tier 3 *-win7-windows-msvc targets #63

Open varphone opened 3 months ago

varphone commented 3 months ago

Two new targets have been added with Windows 7 as their baseline: x86_64-win7-windows-msvc and i686-win7-windows-msvc. They are starting as Tier 3 targets, meaning that the Rust codebase has support for them but we don't build or test them automatically. Once these targets reach Tier 2 status, they will be available to use via rustup.

https://blog.rust-lang.org/2024/02/26/Windows-7.html

honsunrise commented 1 month ago

Is this repository still being maintained?