Radish alpha
r
Radicle terminal user interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
lib: Switch to ratatui upstream
Erik Kundt committed 2 years ago
commit 53cca8870b6397ce81f7a0e42d7fe81ed46ff9ef
parent a6cc1643761f83db0af7e559d44ae1133c9fa48c
2 files changed +3 -2
modified Cargo.lock
@@ -1686,7 +1686,8 @@ dependencies = [
[[package]]
name = "ratatui"
version = "0.26.1"
-
source = "git+https://github.com/erak/ratatui#2d097acf380ac583bf014ac28f75750b497b7454"
+
source = "registry+https://github.com/rust-lang/crates.io-index"
+
checksum = "bcb12f8fbf6c62614b0d56eb352af54f6a22410c3b079eb53ee93c7b97dd31d8"
dependencies = [
 "bitflags 2.4.1",
 "cassowary",
modified Cargo.toml
@@ -24,7 +24,7 @@ log = { version = "0.4.19" }
radicle = { git = "https://seed.radicle.xyz/z3gqcJUoA1n9HaHKufZs5FCSGazv5" }
radicle-term = { git = "https://seed.radicle.xyz/z3gqcJUoA1n9HaHKufZs5FCSGazv5", package = "radicle-term" }
radicle-surf = { version = "0.18.0" }
-
ratatui = { git = "https://github.com/erak/ratatui", default-features = false, features = ["all-widgets", "termion"] }
+
ratatui = { version = "0.26.1", default-features = false, features = ["all-widgets", "termion"] }
simple-logging = { version = "2.0.2" }
serde = { version = "1.0", features = ["derive"] }
serde_json = { version = "1.0" }