Use git version

This commit is contained in:
Laurenz Stampfl 2025-03-10 14:24:15 +01:00
parent 30ad72145b
commit 40516ab685
2 changed files with 4 additions and 1 deletions

3
Cargo.lock generated
View File

@ -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",

View File

@ -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"