mirror of
https://github.com/typst/typst
synced 2025-08-15 07:28:32 +08:00
Use git version
This commit is contained in:
parent
30ad72145b
commit
40516ab685
3
Cargo.lock
generated
3
Cargo.lock
generated
@ -1345,9 +1345,11 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "krilla"
|
||||
version = "0.3.0"
|
||||
source = "git+https://github.com/LaurenzV/krilla?rev=e7006f2#e7006f2f0ba598bbe426e8d63306fb2e007c4988"
|
||||
dependencies = [
|
||||
"base64",
|
||||
"bumpalo",
|
||||
"comemo",
|
||||
"flate2",
|
||||
"float-cmp 0.10.0",
|
||||
"fontdb",
|
||||
@ -1357,6 +1359,7 @@ dependencies = [
|
||||
"miniz_oxide",
|
||||
"once_cell",
|
||||
"pdf-writer",
|
||||
"rayon",
|
||||
"resvg",
|
||||
"rustybuzz",
|
||||
"siphasher",
|
||||
|
@ -70,7 +70,7 @@ if_chain = "1"
|
||||
image = { version = "0.25.5", default-features = false, features = ["png", "jpeg", "gif"] }
|
||||
indexmap = { version = "2", features = ["serde"] }
|
||||
kamadak-exif = "0.6"
|
||||
krilla = { path = "../krilla/crates/krilla" }
|
||||
krilla = { git = "https://github.com/LaurenzV/krilla", rev="e7006f2", features = ["svg", "raster-images", "comemo", "rayon"] }
|
||||
kurbo = "0.11"
|
||||
libfuzzer-sys = "0.4"
|
||||
lipsum = "0.9"
|
||||
|
Loading…
x
Reference in New Issue
Block a user