robo9k / rust-magic-sys

Rust declarations crate for the `libmagic` C library
Apache License 2.0
10 stars 6 forks source link

Integrate `vcpkg` (for Windows builds) #12

Closed robo9k closed 3 years ago

robo9k commented 3 years ago

This integrates Microsoft's vcpkg package manager to build and link libmagic on Windows.

While vcpkg itself supports other platforms, here it's meant for #2 with MSVC Other platforms are meant to use #1 with GCC/Clang etc.