summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorLynn <lynn@foldr.moe>2023-07-05 11:26:50 +0200
committerGitHub <noreply@github.com>2023-07-05 11:26:50 +0200
commit9a9da806656fe70dde8827f8afc5dd9dac8f7cb0 (patch)
treec93422b364a759297771e9718745db935a8b14fa /Cargo.lock
parent5fdd62141ff1dd19917e93b60f4dff5884be2020 (diff)
Color mixing function (#1332)
Co-authored-by: Laurenz <laurmaedje@gmail.com>
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock10
1 files changed, 10 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 678007fe..628bbd24 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1312,6 +1312,15 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e25be21376a772d15f97ae789845340a9651d3c4246ff5ebb6a2b35f9c37bd31"
[[package]]
+name = "oklab"
+version = "1.0.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "467e40ada50d13bab19019e3707862b5076ca15841f31ee1474c40397c1b9f11"
+dependencies = [
+ "rgb",
+]
+
+[[package]]
name = "once_cell"
version = "1.17.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -2340,6 +2349,7 @@ dependencies = [
"indexmap",
"log",
"miniz_oxide",
+ "oklab",
"once_cell",
"pdf-writer",
"pixglyph",