fix(clipboard-manager): read_image wrongly set the image rgba data with binary PNG data. (#1986)

* fix(clipboard-manager): `read_image` wrongly set the image rgba data with binary PNG data.

* remove depencency of `image` crate; add patch file
This commit is contained in:
Rika
2024-10-30 20:29:14 +03:00
committed by GitHub
parent 1f649c7f1f
commit d57df4debe
4 changed files with 8 additions and 13 deletions
-1
View File
@@ -37,4 +37,3 @@ tauri = { workspace = true, features = ["wry"] }
[target."cfg(any(target_os = \"macos\", windows, target_os = \"linux\", target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\"))".dependencies]
arboard = "3"
image = "0.25"