mirror of
https://github.com/typst/typst
synced 2025-05-13 20:46:23 +08:00
Statically link xz2 (#4463)
This commit is contained in:
parent
906de589ce
commit
4c22ffa612
@ -53,7 +53,7 @@ tar = { workspace = true }
|
||||
tempfile = { workspace = true }
|
||||
toml = { workspace = true }
|
||||
ureq = { workspace = true }
|
||||
xz2 = { workspace = true, optional = true }
|
||||
xz2 = { workspace = true, optional = true, features = ["static"] }
|
||||
zip = { workspace = true, optional = true }
|
||||
|
||||
# Explicitly depend on OpenSSL if applicable, so that we can add the
|
||||
|
Loading…
x
Reference in New Issue
Block a user