diff options
| author | Martin Haug <mhaug@live.de> | 2024-02-12 14:03:36 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-12 13:03:36 +0000 |
| commit | 9f1e0390c1dfb5643fd3cc419e28888f1d17a95b (patch) | |
| tree | 6c2667d56a16928c4a54ae52df853fbc219d2439 /Cargo.toml | |
| parent | f776f0a75fb36deabab8e8cdf880389e4e2eb6e8 (diff) | |
Add color-managed CMYK to RGB conversion (#3288)
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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"] } |
