Skip to content

Commit

Permalink
Update version to 1.0.3 and fix description in Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
bastibense committed Mar 20, 2024
1 parent eb63e73 commit 6436652
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 14 deletions.
2 changes: 1 addition & 1 deletion 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,8 +1,8 @@
[package]
version = "1.0.2"
version = "1.0.3"

name = "libharu_ng"
description = "Easily generate PDFs from your Rust app!"
description = "Easily generate PDFs from your Rust app."
authors = ["Bastian Bense <[email protected]>"]
license = "MIT"
readme = "README.md"
Expand Down
11 changes: 0 additions & 11 deletions src/document.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,6 @@

//! PDF-Document related structs and functions.
//!
//! ## Implementation Status
//!
//! ### Fonts
//! - [x] HPDF_LoadType1FontFromFile()
//! - [x] HPDF_LoadTTFontFromFile()
//! - [x] HPDF_LoadTTFontFromFile2()
//! - [x] HPDF_UseCNSFonts()
//! - [x] HPDF_UseCNTFonts()
//! - [x] HPDF_UseJPFonts()
//! - [x] HPDF_UseKRFonts()
//!
//! ### Encodings
//! - [ ] HPDF_Encoder_GetType()
//! - [ ] HPDF_Encoder_GetByteType()
Expand Down

0 comments on commit 6436652

Please sign in to comment.