asdf98 commited on
Commit
3aaa12e
·
verified ·
1 Parent(s): 7977502

chore: enable ico and tiff image support for library imports

Browse files
Files changed (1) hide show
  1. src-tauri/Cargo.toml +1 -1
src-tauri/Cargo.toml CHANGED
@@ -34,7 +34,7 @@ adblock = { version = "0.12", default-features = false, features = [
34
  reqwest = { version = "0.12", default-features = false, features = ["rustls-tls"] }
35
  tokio = { version = "1", features = ["time", "sync"] }
36
  once_cell = "1"
37
- image = { version = "0.25", default-features = false, features = ["jpeg", "png", "gif", "webp", "bmp"] }
38
  blake3 = "1"
39
  base64 = "0.22"
40
  uuid = { version = "1", features = ["v4", "serde"] }
 
34
  reqwest = { version = "0.12", default-features = false, features = ["rustls-tls"] }
35
  tokio = { version = "1", features = ["time", "sync"] }
36
  once_cell = "1"
37
+ image = { version = "0.25", default-features = false, features = ["jpeg", "png", "gif", "webp", "bmp", "ico", "tiff"] }
38
  blake3 = "1"
39
  base64 = "0.22"
40
  uuid = { version = "1", features = ["v4", "serde"] }