aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorPatrick Decat <pdecat@gmail.com>2023-03-25 18:27:20 +0100
committerGitHub <noreply@github.com>2023-03-25 17:27:20 +0000
commit13ce5f746c946f5695c55642a9af5ead8894f692 (patch)
tree897bf423b9cebff29654b2a32e45b99027fcb02a /Cargo.lock
parentRespect exit_mode setting when exiting with arrow down keypress (#807) (diff)
downloadatuin-13ce5f746c946f5695c55642a9af5ead8894f692.zip
feat: add an inline view mode (#648)
* add inline viewport * Add inline_height setting. Zero disables inline mode (the default)
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock3
1 files changed, 1 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index c78a1d44..fa469943 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1764,8 +1764,7 @@ dependencies = [
[[package]]
name = "ratatui"
version = "0.20.1"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "dcc0d032bccba900ee32151ec0265667535c230169f5a011154cdcd984e16829"
+source = "git+https://github.com/conradludgate/tui-rs-revival?branch=inline#6ed61959ecfc560e4e6a00a1410bb5fcbf0eda91"
dependencies = [
"bitflags",
"cassowary",