Release version 0.5.0 (#124)

This commit is contained in:
June
2025-12-02 21:28:43 -06:00
committed by GitHub
parent a4905b2ae5
commit 7b9e1462da
3 changed files with 7 additions and 4 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
[package]
name = "tdf-viewer"
version = "0.4.3"
version = "0.5.0"
authors = ["June Welker <junewelker@gmail.com>"]
edition = "2024"
description = "A terminal viewer for PDFs"
@@ -41,7 +41,7 @@ nix = { version = "0.30.0", features = ["signal"] }
mupdf = { git = "https://github.com/messense/mupdf-rs.git", rev = "2e0fae910fac8048c7008211fc4d3b9f5d227a07", default-features = false, features = ["svg", "system-fonts", "img"] }
rayon = { version = "1", default-features = false }
# kittage = { path = "../kittage/", features = ["crossterm-tokio", "image-crate", "log"] }
kittage = { git = "https://github.com/itsjunetime/kittage.git", features = ["crossterm-tokio", "image-crate", "log"] }
kittage = { version = "0.1.1", features = ["crossterm-tokio", "image-crate", "log"] }
memmap2 = "0"
csscolorparser = { version = "0.8.0", default-features = false }