mirror of
https://github.com/youwen5/iamb.git
synced 2025-06-19 21:29:52 -07:00
Update to latest modalkit
, modalkit-ratatui
and ratatui-image
(#422)
This commit is contained in:
parent
5f927ce9c3
commit
af96bfbb41
5 changed files with 99 additions and 53 deletions
16
Cargo.toml
16
Cargo.toml
|
@ -37,7 +37,7 @@ emojis = "0.5"
|
|||
futures = "0.3"
|
||||
gethostname = "0.4.1"
|
||||
html5ever = "0.26.0"
|
||||
image = "0.25.2"
|
||||
image = "^0.25.6"
|
||||
libc = "0.2"
|
||||
markup5ever_rcdom = "0.2.0"
|
||||
mime = "^0.3.16"
|
||||
|
@ -45,8 +45,8 @@ mime_guess = "^2.0.4"
|
|||
nom = "7.0.0"
|
||||
open = "3.2.0"
|
||||
rand = "0.8.5"
|
||||
ratatui = "0.28.1"
|
||||
ratatui-image = { version = "=1.0.5", features = ["serde"] }
|
||||
ratatui = "0.29.0"
|
||||
ratatui-image = { version = "~6.0.0", features = ["serde"] }
|
||||
regex = "^1.5"
|
||||
rpassword = "^7.2"
|
||||
serde = "^1.0"
|
||||
|
@ -76,13 +76,15 @@ features = ["zbus", "serde"]
|
|||
optional = true
|
||||
|
||||
[dependencies.modalkit]
|
||||
version = "0.0.21"
|
||||
default-features = false
|
||||
git = "https://github.com/ulyssa/modalkit"
|
||||
rev = "45855daeeb7081eec626a8f9cf657f0fc2ff0a7a"
|
||||
#git = "https://github.com/ulyssa/modalkit"
|
||||
#rev = "e40dbb0bfeabe4cfd08facd2acb446080a330d75"
|
||||
|
||||
[dependencies.modalkit-ratatui]
|
||||
git = "https://github.com/ulyssa/modalkit"
|
||||
rev = "45855daeeb7081eec626a8f9cf657f0fc2ff0a7a"
|
||||
version = "0.0.21"
|
||||
#git = "https://github.com/ulyssa/modalkit"
|
||||
#rev = "e40dbb0bfeabe4cfd08facd2acb446080a330d75"
|
||||
|
||||
[dependencies.matrix-sdk]
|
||||
version = "0.10.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue