gst-plugins-rs/generic/threadshare
Guillaume Desmottes 8bc2e5ebb8 use cargo-c to produce cdy and static libs
cargo-c will produce a pkg-config file making it easier to statically
link plugins.

Also add 'static' features for plugins depending on < 1.14 as this is the
minimal required version to use static linking because of ABI changes in
core.
2021-01-04 12:26:45 +01:00
..
examples threadshare: align some properties with their C counterparts 2020-04-27 11:22:26 +02:00
src threadshare: Return a proper error type instead of () 2020-12-29 17:29:27 +02:00
tests Use typed integer literals instead of casting 2020-12-29 17:29:46 +02:00
build.rs Fix various new clippy warnings with clippy 1.43 2020-04-24 13:55:01 +03:00
Cargo.toml use cargo-c to produce cdy and static libs 2021-01-04 12:26:45 +01:00
LICENSE-LGPLv2 Add LICENSE files to each individual crate 2020-07-10 13:06:28 +03:00