mirror of
https://github.com/itsjunetime/tdf.git
synced 2026-06-02 08:01:47 -04:00
Use github kittage
This commit is contained in:
Generated
+1
@@ -1585,6 +1585,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "kittage"
|
||||
version = "0.1.0"
|
||||
source = "git+https://github.com/itsjunetime/kittage.git#d872c44f7fc1d3a9f5f1efdc710c300f7ea31d9f"
|
||||
dependencies = [
|
||||
"base64 0.22.1",
|
||||
"crossterm",
|
||||
|
||||
+2
-1
@@ -41,7 +41,8 @@ mimalloc = "0.1.43"
|
||||
nix = { version = "0.30.0", features = ["signal"] }
|
||||
mupdf = { version = "0.5.0", default-features = false, features = ["svg", "system-fonts", "img"] }
|
||||
rayon = { version = "*", default-features = false }
|
||||
kittage = { path = "../kittage/", features = ["crossterm-tokio", "image-crate"] }
|
||||
# kittage = { path = "../kittage/", features = ["crossterm-tokio", "image-crate"] }
|
||||
kittage = { git = "https://github.com/itsjunetime/kittage.git", features = ["crossterm-tokio", "image-crate"] }
|
||||
memmap2 = "*"
|
||||
|
||||
# logging
|
||||
|
||||
Reference in New Issue
Block a user