mirror of
https://github.com/typst/typst
synced 2025-05-15 09:35:28 +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 }
|
tempfile = { workspace = true }
|
||||||
toml = { workspace = true }
|
toml = { workspace = true }
|
||||||
ureq = { workspace = true }
|
ureq = { workspace = true }
|
||||||
xz2 = { workspace = true, optional = true }
|
xz2 = { workspace = true, optional = true, features = ["static"] }
|
||||||
zip = { workspace = true, optional = true }
|
zip = { workspace = true, optional = true }
|
||||||
|
|
||||||
# Explicitly depend on OpenSSL if applicable, so that we can add the
|
# Explicitly depend on OpenSSL if applicable, so that we can add the
|
||||||
|
Loading…
x
Reference in New Issue
Block a user