Skip to content

Commit

Permalink
Remove brotli requirement from printpdf
Browse files Browse the repository at this point in the history
  • Loading branch information
fschutt committed Feb 3, 2025
1 parent 2f490a8 commit bf5b672
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 5 deletions.
33 changes: 30 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "printpdf"
version = "0.7.0"
version = "0.8.0"
authors = [
"Felix Schütt <[email protected]>",
"Julien Schminke <[email protected]",
Expand All @@ -21,7 +21,7 @@ lopdf = { git = "https://github.com/J-F-Liu/lopdf", rev = "80a6c505bf8303c74b305
"nom_parser",
] }
time = { version = "0.3.25", default-features = false, features = ["std"] }
allsorts = { version = "0.15", default-features = false, features = ["flate2_rust"] }
allsorts = { version = "0.15", git = "https://github.com/fschutt/allsorts", branch = "optional-brotli", default-features = false, features = ["flate2_rust"] }
pdf-writer = { version = "0.12.0" }
image = { version = "0.25", default-features = false }
svg2pdf = { version = "0.12.0" }
Expand Down

0 comments on commit bf5b672

Please sign in to comment.