summaryrefslogtreecommitdiff
path: root/crates/typst-cli/Cargo.toml
diff options
context:
space:
mode:
author7sDream <7822577+7sDream@users.noreply.github.com>2023-10-26 00:38:08 +0800
committerGitHub <noreply@github.com>2023-10-25 18:38:08 +0200
commitb80382b216d79b56358002687ab288241873bb5b (patch)
tree2b25cc3a6290cf9bb7ec1dd702b3735d64982e16 /crates/typst-cli/Cargo.toml
parente686a11ae7410dc9e99ad755881663303b2301d9 (diff)
Use fontdb to search fonts, with basic fontconfig support (#2472)
Diffstat (limited to 'crates/typst-cli/Cargo.toml')
-rw-r--r--crates/typst-cli/Cargo.toml3
1 files changed, 1 insertions, 2 deletions
diff --git a/crates/typst-cli/Cargo.toml b/crates/typst-cli/Cargo.toml
index 5df74029..250fa8e7 100644
--- a/crates/typst-cli/Cargo.toml
+++ b/crates/typst-cli/Cargo.toml
@@ -30,8 +30,8 @@ ecow = "0.2"
dirs = "5"
flate2 = "1"
filetime = "0.2"
+fontdb = "0.15.0"
inferno = "0.11.15"
-memmap2 = "0.7"
notify = "6"
once_cell = "1"
open = "5"
@@ -54,7 +54,6 @@ ureq = "2"
rustls = "0.21"
rustls-pemfile = "1"
env_proxy = "0.4"
-walkdir = "2"
xz2 = { version = "0.1", optional = true }
zip = { version = "0.6", optional = true }