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
path: root/video
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2022-06-07 10:01:01 +0300
committerSebastian Dröge <sebastian@centricular.com>2022-06-07 10:01:01 +0300
commitb1b3930e2bbc6cac739ce6a89988299ec2c41190 (patch)
tree52548d729b4610cf129731088a68091349b9ad13 /video
parent87f5d0b31cb9e697a46974d5822bb8c0c62144e3 (diff)
colordetect: Update to color-thief release
Diffstat (limited to 'video')
-rw-r--r--video/videofx/Cargo.toml4
1 files changed, 1 insertions, 3 deletions
diff --git a/video/videofx/Cargo.toml b/video/videofx/Cargo.toml
index f7f945c72..b56c9e0f6 100644
--- a/video/videofx/Cargo.toml
+++ b/video/videofx/Cargo.toml
@@ -11,9 +11,7 @@ edition = "2021"
cairo-rs = { git = "https://github.com/gtk-rs/gtk-rs-core", features=["use_glib"] }
atomic_refcell = "0.1"
once_cell = "1.0"
-# color-thief = "0.2"
-# https://github.com/RazrFalcon/color-thief-rs/pull/4
-color-thief = { git = "https://github.com/philn/color-thief-rs", branch = "max-colors-respect" }
+color-thief = "0.2.2"
color-name = "1.0.0"
[dependencies.gst]