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.lock | |
| parent | 1d74c8e8bfe47723f62eb0dbb3852c07a43be5fd (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.lock | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2774,6 +2774,7 @@ dependencies = [ name = "typst-pdf" version = "0.11.0" dependencies = [ + "arrayvec", "base64", "bytemuck", "comemo", |
