summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorSébastien d'Herbais de Thun <sebastien.d.herbais@gmail.com>2023-11-17 19:42:49 +0100
committerGitHub <noreply@github.com>2023-11-17 19:42:49 +0100
commitf5b3af3c1ba4eabef1630afa1c7d496af0b72557 (patch)
treeaaf86c488d8e6ef20f8bda4d8f8486127a770a18 /Cargo.lock
parentb0e81d4b3fd2bd525955f1d95145cf62d64ac096 (diff)
Parallel image encoding (#2693)
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index a046e53c..39fea907 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2903,6 +2903,7 @@ dependencies = [
"log",
"once_cell",
"palette",
+ "rayon",
"regex",
"roxmltree",
"rustybuzz",