forked from NotAShelf/beer
beer: display kitty graphics protocol images
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I48b6d5b42528f0de53b33ddda2110a356a6a6964
This commit is contained in:
parent
f29038f592
commit
049ce83369
10 changed files with 1296 additions and 2 deletions
10
Cargo.toml
10
Cargo.toml
|
|
@ -16,9 +16,17 @@ beer-protocols = { path = "crates/beer-protocols", version = "0.4.0" }
|
|||
anyhow = "1.0.102"
|
||||
calloop = { version = "0.14.4", features = ["signals"] }
|
||||
calloop-wayland-source = "0.4.1"
|
||||
flate2 = "1.0.35"
|
||||
fontconfig = "0.11.0"
|
||||
freetype-rs = "0.38.0"
|
||||
harfbuzz_rs_now = "2.3.2"
|
||||
image = { version = "0.25.5", default-features = false, features = [
|
||||
"png",
|
||||
"jpeg",
|
||||
"gif",
|
||||
"bmp",
|
||||
"webp",
|
||||
] }
|
||||
lru = "0.18.0"
|
||||
pound = "0.1.6"
|
||||
rustix = { version = "1.1.4", features = [
|
||||
|
|
@ -27,6 +35,8 @@ rustix = { version = "1.1.4", features = [
|
|||
"termios",
|
||||
"stdio",
|
||||
"fs",
|
||||
"shm",
|
||||
"mm",
|
||||
] }
|
||||
serde = { version = "1.0.228", features = ["derive"] }
|
||||
serde_ignored = "0.1.14"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue