From 40b87d4066fe85cb3fde6cf84cd60d748273ae25 Mon Sep 17 00:00:00 2001 From: Laurenz Date: Tue, 7 Dec 2021 16:36:39 +0100 Subject: Set Rules Episode II: Attack of the properties --- Cargo.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 2778fd43..8b77f22d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,17 +19,18 @@ debug = 0 opt-level = 2 [dependencies] -fxhash = "0.2.1" +fxhash = "0.2" image = { version = "0.23", default-features = false, features = ["png", "jpeg"] } itertools = "0.10" miniz_oxide = "0.4" +once_cell = "1" pdf-writer = "0.4" rustybuzz = "0.4" serde = { version = "1", features = ["derive", "rc"] } svg2pdf = { version = "0.1", default-features = false, features = ["text", "png", "jpeg"] } ttf-parser = "0.12" unicode-bidi = "0.3.5" -unicode-segmentation = "1.8" +unicode-segmentation = "1" unicode-xid = "0.2" usvg = { version = "0.19", default-features = false, features = ["text"] } xi-unicode = "0.3" -- cgit v1.2.3