summaryrefslogtreecommitdiff
path: root/Cargo.toml
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.toml
parent1d74c8e8bfe47723f62eb0dbb3852c07a43be5fd (diff)
Adjust the number of color components written to the pdf according to the color space (#4568)
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 09890062..773544eb 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -28,6 +28,7 @@ typst-timing = { path = "crates/typst-timing", version = "0.11.0" }
typst-utils = { path = "crates/typst-utils", version = "0.11.0" }
typst-assets = { git = "https://github.com/typst/typst-assets", rev = "4ee794c" }
typst-dev-assets = { git = "https://github.com/typst/typst-dev-assets", rev = "48a924d" }
+arrayvec = "0.7.4"
az = "1.2"
base64 = "0.22"
bitflags = { version = "2", features = ["serde"] }