From 7bbba155f10ce1344724ea00ca70c4d3bb469272 Mon Sep 17 00:00:00 2001 From: Daniel Schadt Date: Thu, 12 Jan 2023 23:59:46 +0100 Subject: parallelize PNG encoding This gives a massive speedup --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 3b48cca..468fafc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,6 +18,7 @@ imageproc = "0.23.0" indicatif = "0.17.2" nalgebra = "0.31.4" num-traits = "0.2.15" +rayon = "1.6.1" roxmltree = "0.17.0" [dev-dependencies] -- cgit v1.2.3