Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sdroege/gst-plugin-rs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2021-08-11 20:51:36 +0300
committerSebastian Dröge <sebastian@centricular.com>2021-08-11 20:51:36 +0300
commit848b2963905c8c7de1d1efdf587886210c164e28 (patch)
tree169ac8321cd465aa229f7518b16a85b2994c55b5 /text/regex
parent120f4ab84bf1ae7d70c64ebe9e8cfb72ac6f7a91 (diff)
Add capi feature to all plugin crates
This fixes the build with cargo-c 0.9.2.
Diffstat (limited to 'text/regex')
-rw-r--r--text/regex/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/text/regex/Cargo.toml b/text/regex/Cargo.toml
index b743f57f..66c82ab5 100644
--- a/text/regex/Cargo.toml
+++ b/text/regex/Cargo.toml
@@ -31,6 +31,7 @@ package="gstreamer-check"
[features]
# GStreamer 1.14 is required for static linking
static = ["gst/v1_14"]
+capi = []
[package.metadata.capi]
min_version = "0.8.0"