vlc-rs/libvlc-sys
Alaric Senat 19bed7f818 libvlc-sys: drop the generated layout assertions
We are trying to get the bindings build with a single committed
source file compiled on every target. Assertions are per-host and would
break on different architecture than the commiter's one. Layout checks
notably break the 32bit targets.
2026-09-01 10:34:21 +02:00
..
src libvlc-sys: declare vsnprintf outside the generated block 2026-08-27 11:44:17 +02:00
Cargo.toml libvlc-sys: import libvlc via raw-dylib on Windows 2026-08-27 11:44:17 +02:00
bindings.rs libvlc-sys: drop the generated layout assertions 2026-09-01 10:34:21 +02:00
build.rs libvlc-sys: import libvlc via raw-dylib on Windows 2026-08-27 11:44:17 +02:00
wrapper.h Use bindgen 2022-02-25 16:05:10 +01:00