Skip to content

Commit 6436652

Browse files
committed
Update version to 1.0.3 and fix description in Cargo.toml
1 parent eb63e73 commit 6436652

File tree

3 files changed

+3
-14
lines changed

3 files changed

+3
-14
lines changed

Cargo.lock

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

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[package]
2-
version = "1.0.2"
2+
version = "1.0.3"
33

44
name = "libharu_ng"
5-
description = "Easily generate PDFs from your Rust app!"
5+
description = "Easily generate PDFs from your Rust app."
66
authors = ["Bastian Bense <[email protected]>"]
77
license = "MIT"
88
readme = "README.md"

src/document.rs

-11
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,6 @@
2222

2323
//! PDF-Document related structs and functions.
2424
//!
25-
//! ## Implementation Status
26-
//!
27-
//! ### Fonts
28-
//! - [x] HPDF_LoadType1FontFromFile()
29-
//! - [x] HPDF_LoadTTFontFromFile()
30-
//! - [x] HPDF_LoadTTFontFromFile2()
31-
//! - [x] HPDF_UseCNSFonts()
32-
//! - [x] HPDF_UseCNTFonts()
33-
//! - [x] HPDF_UseJPFonts()
34-
//! - [x] HPDF_UseKRFonts()
35-
//!
3625
//! ### Encodings
3726
//! - [ ] HPDF_Encoder_GetType()
3827
//! - [ ] HPDF_Encoder_GetByteType()

0 commit comments

Comments
 (0)