vlc-rs/xtask
Alaric Senat f508cf7daf libvlc-sys: import libvlc via raw-dylib on Windows
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.
2026-08-27 11:44:17 +02:00
..
src libvlc-sys: import libvlc via raw-dylib on Windows 2026-08-27 11:44:17 +02:00
Cargo.lock xtask: commit the lock file 2026-08-19 14:43:27 +02:00
Cargo.toml build: replace the use-bindgen feature with a `cargo xtask bindgen` tool 2026-07-24 10:05:32 +02:00