summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMartin Haug <mhaug@live.de>2024-02-12 14:03:36 +0100
committerGitHub <noreply@github.com>2024-02-12 13:03:36 +0000
commit9f1e0390c1dfb5643fd3cc419e28888f1d17a95b (patch)
tree6c2667d56a16928c4a54ae52df853fbc219d2439 /Cargo.toml
parentf776f0a75fb36deabab8e8cdf880389e4e2eb6e8 (diff)
Add color-managed CMYK to RGB conversion (#3288)
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index b711b35f..9da3f904 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -77,6 +77,7 @@ pixglyph = "0.3"
proc-macro2 = "1"
pulldown-cmark = "0.9"
quote = "1"
+qcms = "0.3.0"
rayon = "1.7.0"
regex = "1"
resvg = { version = "0.38.0", default-features = false, features = ["raster-images"] }