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:
authorDirk Van Haerenborgh <vhdirk@gmail.com>2018-04-25 14:38:32 +0300
committerSebastian Dröge <sebastian@centricular.com>2018-05-01 17:11:18 +0300
commit31a48c4baad7d1daf45971bd069d613870af3df9 (patch)
treebb74525184f37c9fe15a1958dfe122892e979538 /Cargo.toml
parentf2f18ebb278f66f09995148cf9790ed469f6357f (diff)
Split out base object traits
This allows using this independent from GStreamer for subclassing e.g. GIO or GTK GObjects. Fixes https://github.com/sdroege/gst-plugin-rs/issues/28 Fixes https://github.com/sdroege/gst-plugin-rs/pull/32
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 98caf5111..53c88e2dd 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,7 @@
[workspace]
members = [
+ "gobject-subclass",
"gst-plugin",
"gst-plugin-simple",
"gst-plugin-file",