Radish alpha
r
Radicle terminal user interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
ci: Switch to master branch of ratatui fork
Erik Kundt committed 2 years ago
commit 427e3218d222df58bbf58787a9355bbb1d7c0828
parent c7a29705fa1f6b7bcb9b05b627c60279ba22bc3b
2 files changed +2 -2
modified Cargo.lock
@@ -1686,7 +1686,7 @@ dependencies = [
[[package]]
name = "ratatui"
version = "0.26.1"
-
source = "git+https://github.com/erak/ratatui?branch=termion-cursor#e0fa5a0b27e2ef04ae84a5ba2b4e2050cc2037bb"
+
source = "git+https://github.com/erak/ratatui#c4ce7e8ff6f00875e1ead5b68052f0db737bd44d"
dependencies = [
 "bitflags 2.4.1",
 "cassowary",
modified Cargo.toml
@@ -24,7 +24,7 @@ log = { version = "0.4.19" }
radicle = { git = "https://github.com/radicle-dev/heartwood" }
radicle-term = { git = "https://github.com/radicle-dev/heartwood", package = "radicle-term" }
radicle-surf = { version = "0.18.0" }
-
ratatui = { git = "https://github.com/erak/ratatui", branch = "termion-cursor", default-features = false, features = ["all-widgets", "termion"] }
+
ratatui = { git = "https://github.com/erak/ratatui", default-features = false, features = ["all-widgets", "termion"] }
simple-logging = { version = "2.0.2" }
serde = { version = "1.0", features = ["derive"] }
serde_json = { version = "1.0" }