From a13f63f34272889239d1e0fcd37f9c4fb5ec983a Mon Sep 17 00:00:00 2001 From: lukeflo Date: Fri, 27 Sep 2024 23:48:46 +0200 Subject: implement scroll action for info box --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index d2a78e2..7983fbc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,8 @@ biblatex = "0.9.3" crossterm = { version = "0.28.1", features = ["event-stream"] } futures = "0.3.30" itertools = "0.13.0" -ratatui = "0.28.1" +# ratatui = "0.28.1" +ratatui = { version = "0.28.1", features = ["unstable-rendered-line-info"]} regex = "1.10.6" sarge = "7.2.5" tokio = { version = "1.39.3", features = ["full"] } -- cgit v1.2.3