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

gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2016-08-22 23:03:45 +0300
committerSebastian Dröge <sebastian@centricular.com>2016-08-22 23:03:45 +0300
commit3d83de761f746ec59569d19bd62a53214cfd2ee7 (patch)
treed81cfad84759e02f4d09b48e5e60d74966d6f317 /Cargo.toml
parent6f6e56a5e3ab066d04f18143c3bdc30b9818591c (diff)
Switch to cdylib crate type
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 04868b03f..957d9112a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -17,5 +17,5 @@ pkg-config = "0.3"
[lib]
name = "rsplugin"
-crate-type = ["dylib"]
+crate-type = ["cdylib"]
path = "src/lib.rs"