From b48ab031a021cc72a83ea0474568e024e2e1ebd2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Laignel?= Date: Fri, 13 Jun 2025 08:10:24 +0200 Subject: [PATCH] ts: move flume to dev dep (used in examples) Part-of: --- generic/threadshare/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generic/threadshare/Cargo.toml b/generic/threadshare/Cargo.toml index cd49c13ae..4925163c2 100644 --- a/generic/threadshare/Cargo.toml +++ b/generic/threadshare/Cargo.toml @@ -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"