Windows has no import library to link against: the VLC installer and .zip ship libvlc.dll but no .lib. Previous workaround was to use vswhom + dumpbin + lib.exe to synthesise one at build time from the DLL's exports. rustc's `raw-dylib` linkage removes the need entirely, it generates the imports straight from the DLL name. |
||
|---|---|---|
| .. | ||
| src | ||
| Cargo.toml | ||
| bindings.rs | ||
| build.rs | ||
| wrapper.h | ||