mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2025-09-02 17:53:48 +00:00
ts: move flume to dev dep (used in examples)
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/2293>
This commit is contained in:
parent
7d3668a08a
commit
b48ab031a0
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,6 @@ rust-version.workspace = true
|
|||
async-task = "4.3.0"
|
||||
cfg-if = "1"
|
||||
concurrent-queue = "2.2.0"
|
||||
flume = "0.11"
|
||||
futures = "0.3.28"
|
||||
gio.workspace = true
|
||||
gst.workspace = true
|
||||
|
@ -40,6 +39,7 @@ gst-check.workspace = true
|
|||
gst-app.workspace = true
|
||||
# Used by examples
|
||||
clap = { version = "4", features = ["derive"] }
|
||||
flume = "0.11"
|
||||
|
||||
[lib]
|
||||
name = "gstthreadshare"
|
||||
|
|
Loading…
Reference in a new issue