mirror of
https://github.com/youwen5/iamb.git
synced 2025-06-19 21:29:52 -07:00
Add support for custom key macros (#217)
This commit is contained in:
parent
ef868175cb
commit
e7f158ffcd
8 changed files with 200 additions and 46 deletions
12
Cargo.toml
12
Cargo.toml
|
@ -59,14 +59,14 @@ url = {version = "^2.2.2", features = ["serde"]}
|
|||
edit = "0.1.4"
|
||||
|
||||
[dependencies.modalkit]
|
||||
version = "0.0.17"
|
||||
git = "https://github.com/ulyssa/modalkit"
|
||||
rev = "cb8c8aeb9a499b9b16615ce144f9014d78036e01"
|
||||
version = "0.0.18"
|
||||
#git = "https://github.com/ulyssa/modalkit"
|
||||
#rev = "cb8c8aeb9a499b9b16615ce144f9014d78036e01"
|
||||
|
||||
[dependencies.modalkit-ratatui]
|
||||
version = "0.0.17"
|
||||
git = "https://github.com/ulyssa/modalkit"
|
||||
rev = "cb8c8aeb9a499b9b16615ce144f9014d78036e01"
|
||||
version = "0.0.18"
|
||||
#git = "https://github.com/ulyssa/modalkit"
|
||||
#rev = "cb8c8aeb9a499b9b16615ce144f9014d78036e01"
|
||||
|
||||
[dependencies.matrix-sdk]
|
||||
version = "0.7.1"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue