From 50359080f71984d8cae04660a6ab90e5f2272416 Mon Sep 17 00:00:00 2001 From: omagdy Date: Wed, 4 Dec 2024 19:26:32 +0200 Subject: refactor: Use ratatui instead of deprecated tui library and also fix weird background of the playground it now matches your background of the terminal --- Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index ce85142..fdcc54e 100755 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,9 +12,9 @@ include = ["src/", "presets/patterns/*.txt"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -colored = "2.0.0" -crossterm = "0.25.0" -include_dir = "0.7.3" +colored = "2.1.0" +crossterm = "0.28.1" +include_dir = "0.7.4" rand = "0.8.5" -tui = "0.19.0" +ratatui = "0.29.0" -- cgit v1.2.3