videofx: Minimize dependencies of the image crate

Only the basic infrastructure is needed and none of the
decoders/encoders for various image formats.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1260>
This commit is contained in:
Sebastian Dröge 2023-06-26 14:21:44 +03:00
parent f481bb74c4
commit bbb88da9e0

View file

@ -14,7 +14,7 @@ atomic_refcell = "0.1"
once_cell = "1.0"
color-thief = "0.2.2"
color-name = "1.0.0"
image = "0.24.2"
image = { version = "0.24.2", default-features = false }
image_hasher = "1.0.0"
dssim-core = { version = "3.2.3", optional = true }
rgb = { version = "0.8", optional = true }