Use my own tui fork

This commit is contained in:
Joscha 2022-02-21 21:49:25 +01:00
parent 9a32792686
commit ee74676da4
2 changed files with 2 additions and 3 deletions

3
Cargo.lock generated
View file

@ -1222,8 +1222,7 @@ dependencies = [
[[package]]
name = "tui"
version = "0.17.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "23ed0a32c88b039b73f1b6c5acbd0554bfa5b6be94467375fd947c4de3a02271"
source = "git+https://github.com/Garmelon/tui-rs.git?rev=07952dc#07952dc5b98885347cc224ac3ea91d8e6329bb1a"
dependencies = [
"bitflags",
"cassowary",