mirror of
https://github.com/typst/typst
synced 2025-05-24 05:55:28 +08:00
Lock svg2pdf
This commit is contained in:
parent
2dfd44fedd
commit
5775644e51
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -2059,7 +2059,7 @@ checksum = "09eab8a83bff89ba2200bd4c59be45c7c787f988431b936099a5a266c957f2f9"
|
||||
[[package]]
|
||||
name = "svg2pdf"
|
||||
version = "0.4.1"
|
||||
source = "git+https://github.com/typst/svg2pdf#35f4bb87fb677473661c6d12919e01a6d64a716d"
|
||||
source = "git+https://github.com/typst/svg2pdf?rev=35f4bb87fb677473661c6d12919e01a6d64a716d#35f4bb87fb677473661c6d12919e01a6d64a716d"
|
||||
dependencies = [
|
||||
"image",
|
||||
"miniz_oxide",
|
||||
|
@ -52,7 +52,7 @@ rustybuzz = "0.7"
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
siphasher = "0.3"
|
||||
subsetter = "0.1.1"
|
||||
svg2pdf = { git = "https://github.com/typst/svg2pdf" }
|
||||
svg2pdf = { git = "https://github.com/typst/svg2pdf", rev = "35f4bb87fb677473661c6d12919e01a6d64a716d" }
|
||||
tiny-skia = "0.9.0"
|
||||
toml = { version = "0.7.3", default-features = false, features = ["parse"] }
|
||||
tracing = "0.1.37"
|
||||
|
Loading…
x
Reference in New Issue
Block a user