mirror of
https://github.com/youwen5/iamb.git
synced 2025-06-19 21:29:52 -07:00
Add support for previewing images in room scrollback (#108)
This commit is contained in:
parent
974775b29b
commit
221faa828d
15 changed files with 588 additions and 29 deletions
|
@ -40,6 +40,7 @@ markup5ever_rcdom = "0.2.0"
|
|||
mime = "^0.3.16"
|
||||
mime_guess = "^2.0.4"
|
||||
open = "3.2.0"
|
||||
ratatui-image = { version = "0.4.1", features = ["serde"] }
|
||||
regex = "^1.5"
|
||||
rpassword = "^7.2"
|
||||
serde = "^1.0"
|
||||
|
@ -74,3 +75,7 @@ pretty_assertions = "1.4.0"
|
|||
[profile.release]
|
||||
lto = true
|
||||
incremental = false
|
||||
|
||||
[features]
|
||||
default = ["sixel"]
|
||||
sixel = ["ratatui-image/sixel"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue