diff options
| author | Florent Michel <56166507+FlorentCLMichel@users.noreply.github.com> | 2024-07-22 16:05:22 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-22 15:05:22 +0000 |
| commit | c4dd6fa06227b8c4a04cf488f371f52d5379ef9b (patch) | |
| tree | a5025863899d9d0d045f4b36083f1f972ca46cbb /Cargo.toml | |
| parent | 1d74c8e8bfe47723f62eb0dbb3852c07a43be5fd (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.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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"] } |
