Skip to content

Commit 41d4d4c

Browse files
chore(deps): Disable default image-rs features, closes #312 (#316)
1 parent e010574 commit 41d4d4c

File tree

2 files changed

+10
-28
lines changed

2 files changed

+10
-28
lines changed

Cargo.lock

Lines changed: 9 additions & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/packager/Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ cargo-packager-utils = { version = "0.1.1", path = "../utils", features = [
8282
] }
8383
icns = { package = "tauri-icns", version = "0.1" }
8484
time = { workspace = true, features = ["formatting"] }
85-
image = "0.25"
85+
image = { version = "0.25", default-features = false, features = ["rayon", "bmp", "ico", "png", "jpeg"] }
8686
tempfile = "3"
8787
plist = "1"
8888

@@ -97,7 +97,6 @@ version = "0.52"
9797
features = ["Win32_System_SystemInformation", "Win32_System_Diagnostics_Debug"]
9898

9999
[target."cfg(any(target_os = \"linux\", target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"netbsd\", target_os = \"openbsd\"))".dependencies]
100-
image = "0.25"
101100
md5 = "0.7"
102101
heck = "0.5"
103102
ar = "0.9"

0 commit comments

Comments
 (0)