diff --git a/Cargo.lock b/Cargo.lock index df2ee21..4a2196c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/Cargo.toml b/Cargo.toml index a62de67..6064bf7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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