Skip to content

Commit feb6e57

Browse files
committed
Update libharu_ng version to 1.0.6
1 parent ee9fe20 commit feb6e57

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

Cargo.lock

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[package]
2-
version = "1.0.5"
2+
version = "1.0.6"
33
name = "libharu_ng"
44
description = "Easily generate PDFs from your Rust app."
55
authors = ["Bastian Bense <[email protected]>"]

src/page.rs

-1
Original file line numberDiff line numberDiff line change
@@ -902,7 +902,6 @@ impl PdfPage {
902902
let ratio = width_ratio.max(height_ratio);
903903
effective_width = img_width * ratio;
904904
effective_height = img_height * ratio;
905-
println!("effective size: {}x{}", effective_width, effective_height);
906905
}
907906
}
908907

0 commit comments

Comments
 (0)