Skip to content

Commit d8ab533

Browse files
authored
build(deps): yuvutils renamed to yuv (#774)
Signed-off-by: Marc-André Lureau <[email protected]>
1 parent fb3769c commit d8ab533

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/ironrdp-graphics/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ lazy_static.workspace = true # Legacy crate; prefer std::sync::LazyLock or LazyC
2626
num-derive.workspace = true # TODO: remove
2727
num-traits.workspace = true # TODO: remove
2828
thiserror = "1" # FIXME: handwrite the Error trait implementations.
29-
yuvutils-rs = { version = "0.8", features = ["rdp"] }
29+
yuv = { version = "0.8", features = ["rdp"] }
3030

3131
[dev-dependencies]
3232
bmp = "0.5"

crates/ironrdp-graphics/src/color_conversion.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
use std::io;
22

3-
use yuvutils_rs::{
3+
use yuv::{
44
rdp_abgr_to_yuv444, rdp_argb_to_yuv444, rdp_bgra_to_yuv444, rdp_rgba_to_yuv444, rdp_yuv444_to_argb,
55
rdp_yuv444_to_rgba, BufferStoreMut, YuvPlanarImage, YuvPlanarImageMut,
66
};

fuzz/Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)