Skip to content

Commit 7d4dec4

Browse files
committed
Add tiff support with features
1 parent 8bd8b06 commit 7d4dec4

2 files changed

Lines changed: 21 additions & 3 deletions

File tree

Cargo.lock

Lines changed: 19 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[package]
22
name = "pac-color"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
edition = "2021"
55

66
[dependencies]
77
color_processing = "0.6.3"
8-
image = { version = "0.25.5", default-features = false, features = ["gif", "ico", "jpeg", "png", "webp"] }
8+
image = { version = "0.25.5", default-features = false, features = ["gif", "ico", "jpeg", "png", "webp", "tiff"] }
99
rand = "0.9.0"
1010
rocket = { version = "0.5.1", features = ["json"] }
1111
svg = "0.18.0"

0 commit comments

Comments
 (0)