screenshot: Replace image with png crate

This commit is contained in:
Victoria Brekenfeld 2022-08-15 20:23:27 +02:00
parent bb2c650ff7
commit 8c3c3051ac
4 changed files with 58 additions and 11 deletions

View file

@ -18,7 +18,7 @@ serde_json = "1"
sendfd = "0.4.1"
egui = { version = "0.18.1", optional = true }
edid-rs = { version = "0.1" }
#image = { version = "0.24.3", default-features = false, features = ["png"] }
png = "0.17.5"
lazy_static = "1.4.0"
thiserror = "1.0.26"
regex = "1"