summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorFlorent Michel <56166507+FlorentCLMichel@users.noreply.github.com>2024-07-22 16:05:22 +0100
committerGitHub <noreply@github.com>2024-07-22 15:05:22 +0000
commitc4dd6fa06227b8c4a04cf488f371f52d5379ef9b (patch)
treea5025863899d9d0d045f4b36083f1f972ca46cbb /Cargo.lock
parent1d74c8e8bfe47723f62eb0dbb3852c07a43be5fd (diff)
Adjust the number of color components written to the pdf according to the color space (#4568)
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index f238f4f5..4c2e4d38 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2774,6 +2774,7 @@ dependencies = [
name = "typst-pdf"
version = "0.11.0"
dependencies = [
+ "arrayvec",
"base64",
"bytemuck",
"comemo",