diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Cargo.toml b/tests/Cargo.toml index 44dd62a5..46ada9b1 100644 --- a/tests/Cargo.toml +++ b/tests/Cargo.toml @@ -12,7 +12,7 @@ typst-library = { path = "../crates/typst-library" } comemo = "0.3" iai = { git = "https://github.com/reknih/iai" } once_cell = "1" -oxipng = "8.0.0" +oxipng = { version = "8.0.0", default-features = false, features = ["filetime", "parallel", "zopfli"] } rayon = "1.7.0" tiny-skia = "0.9.0" ttf-parser = "0.18.1" |
