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-31 01:29:14 +08:00
committed by GitHub
parent 1f649c7f1f
commit d57df4debe
4 changed files with 8 additions and 13 deletions
+5
View File
@@ -0,0 +1,5 @@
---
"clipboard-manager": patch
---
Fix that `read_image` wrongly set the image rgba data with binary PNG data.