vlc-rs/libvlc-sys
Alaric Senat 58165af5b8 libvlc-sys: emit a single extern block
bindgen defaults to one `extern "C"` block per function, which gives 315
blocks for a header set that binds a single library. Ask for a merged one
instead.
2026-08-27 11:44:17 +02:00
..
src libvlc-sys: fix cross-platform va_list layout 2026-08-25 14:57:31 +02:00
Cargo.toml build: replace the use-bindgen feature with a `cargo xtask bindgen` tool 2026-07-24 10:05:32 +02:00
bindings.rs libvlc-sys: emit a single extern block 2026-08-27 11:44:17 +02:00
build.rs build: replace the use-bindgen feature with a `cargo xtask bindgen` tool 2026-07-24 10:05:32 +02:00
wrapper.h Use bindgen 2022-02-25 16:05:10 +01:00