vlc-rs/libvlc-sys
Romain Roffé 34bd7b2988 Use bindgen
binding.rs generation with bindgen is optional.

By default, a pre-generated binding.rs is copied in OUT_DIR. This allows
for example to build on Windows and link against a standard VLC
installation.

Feature "use-bindgen" will trigger binding generation.
2022-02-25 16:05:10 +01:00
..
src Use bindgen 2022-02-25 16:05:10 +01:00
Cargo.toml Use bindgen 2022-02-25 16:05:10 +01:00
bindings.rs Use bindgen 2022-02-25 16:05:10 +01:00
build.rs Use bindgen 2022-02-25 16:05:10 +01:00
wrapper.h Use bindgen 2022-02-25 16:05:10 +01:00