Merge branch 'main' into load-keymaps

This commit is contained in:
Max Brunsfeld 2022-04-11 15:55:10 -07:00
commit 92a5c30389
27 changed files with 260 additions and 56 deletions

View file

@ -22,7 +22,7 @@ theme = { path = "../theme" }
util = { path = "../util" }
anyhow = "1.0.38"
futures = "0.3"
log = "0.4"
log = { version = "0.4.16", features = ["kv_unstable_serde"] }
parking_lot = "0.11.1"
postage = { version = "0.4.1", features = ["futures-traits"] }
serde = { version = "1", features = ["derive", "rc"] }