mirror of
https://github.com/netbirdio/IronRDP.git
synced 2026-05-22 18:43:12 -07:00
build(deps): yuvutils renamed to yuv (#774)
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
This commit is contained in:
Generated
+3
-3
@@ -2588,7 +2588,7 @@ dependencies = [
|
||||
"num-derive",
|
||||
"num-traits",
|
||||
"thiserror 1.0.69",
|
||||
"yuvutils-rs",
|
||||
"yuv",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@@ -6709,10 +6709,10 @@ dependencies = [
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "yuvutils-rs"
|
||||
name = "yuv"
|
||||
version = "0.8.3"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "5b699b6503cd14c70b258eaffedd7ada5a781ea23206eeb9066736b99ba37af1"
|
||||
checksum = "286db5a334f270dc6fdb6577946d4588768e154bc3dfd291c833cd035afd22f6"
|
||||
dependencies = [
|
||||
"num-traits",
|
||||
]
|
||||
|
||||
@@ -26,7 +26,7 @@ lazy_static.workspace = true # Legacy crate; prefer std::sync::LazyLock or LazyC
|
||||
num-derive.workspace = true # TODO: remove
|
||||
num-traits.workspace = true # TODO: remove
|
||||
thiserror = "1" # FIXME: handwrite the Error trait implementations.
|
||||
yuvutils-rs = { version = "0.8", features = ["rdp"] }
|
||||
yuv = { version = "0.8", features = ["rdp"] }
|
||||
|
||||
[dev-dependencies]
|
||||
bmp = "0.5"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
use std::io;
|
||||
|
||||
use yuvutils_rs::{
|
||||
use yuv::{
|
||||
rdp_abgr_to_yuv444, rdp_argb_to_yuv444, rdp_bgra_to_yuv444, rdp_rgba_to_yuv444, rdp_yuv444_to_argb,
|
||||
rdp_yuv444_to_rgba, BufferStoreMut, YuvPlanarImage, YuvPlanarImageMut,
|
||||
};
|
||||
|
||||
Generated
+3
-3
@@ -364,7 +364,7 @@ dependencies = [
|
||||
"num-derive",
|
||||
"num-traits",
|
||||
"thiserror",
|
||||
"yuvutils-rs",
|
||||
"yuv",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@@ -790,10 +790,10 @@ dependencies = [
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "yuvutils-rs"
|
||||
name = "yuv"
|
||||
version = "0.8.3"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "5b699b6503cd14c70b258eaffedd7ada5a781ea23206eeb9066736b99ba37af1"
|
||||
checksum = "286db5a334f270dc6fdb6577946d4588768e154bc3dfd291c833cd035afd22f6"
|
||||
dependencies = [
|
||||
"num-traits",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user