aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorDaniel Schadt <kingdread@gmx.de>2023-01-12 23:59:46 +0100
committerDaniel Schadt <kingdread@gmx.de>2023-01-12 23:59:46 +0100
commit7bbba155f10ce1344724ea00ca70c4d3bb469272 (patch)
treea370a39a8ad226e27bc1c4f3957c993ed17ad816 /Cargo.toml
parentdef44c6e969f1027da82e4130a82db7e4916ba86 (diff)
downloadhittekaart-7bbba155f10ce1344724ea00ca70c4d3bb469272.tar.gz
hittekaart-7bbba155f10ce1344724ea00ca70c4d3bb469272.tar.bz2
hittekaart-7bbba155f10ce1344724ea00ca70c4d3bb469272.zip
parallelize PNG encoding
This gives a massive speedup
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
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]