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.lock | |
| parent | f776f0a75fb36deabab8e8cdf880389e4e2eb6e8 (diff) | |
Add color-managed CMYK to RGB conversion (#3288)
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1779,6 +1779,12 @@ dependencies = [ ] [[package]] +name = "qcms" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "edecfcd5d755a5e5d98e24cf43113e7cdaec5a070edd0f6b250c03a573da30fa" + +[[package]] name = "quick-xml" version = "0.28.2" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -2554,6 +2560,7 @@ dependencies = [ "log", "once_cell", "palette", + "qcms", "phf", "rayon", "regex", |
