From 40516ab685c90fda8649c8aa7bce6ce7c7f3230b Mon Sep 17 00:00:00 2001 From: Laurenz Stampfl Date: Mon, 10 Mar 2025 14:24:15 +0100 Subject: [PATCH] Use git version --- Cargo.lock | 3 +++ Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index 189d53235..6dc9e6fbb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/Cargo.toml b/Cargo.toml index df1b1eea4..5f0dfcd8f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"