Skip to content

Commit 05c0c97

Browse files
elmarcoCBenoit
authored andcommitted
graphics: add yuvutils-rs dependency
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
1 parent 62d8091 commit 05c0c97

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

Cargo.lock

Lines changed: 10 additions & 0 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 & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ lazy_static.workspace = true # TODO: remove in favor of https://doc.rust-lang.or
2626
num-derive.workspace = true # TODO: remove
2727
num-traits.workspace = true # TODO: remove
2828
thiserror.workspace = true
29+
yuvutils-rs = { version = "0.8", features = ["rdp"] }
2930

3031
[dev-dependencies]
3132
bmp = "0.5"

0 commit comments

Comments
 (0)