mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-11-26 05:21:00 +00:00
colordetect: Update to color-thief release
This commit is contained in:
parent
87f5d0b31c
commit
b1b3930e2b
1 changed files with 1 additions and 3 deletions
|
@ -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]
|
||||
|
|
Loading…
Reference in a new issue