aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authoromagdy <omar.professional8777@gmail.com>2024-12-04 19:26:32 +0200
committeromagdy <omar.professional8777@gmail.com>2024-12-04 19:26:32 +0200
commit50359080f71984d8cae04660a6ab90e5f2272416 (patch)
treeaced1018b85a4569c8b3b47f6c97aadeb34ae790 /Cargo.toml
parent695c004357a3d8a225bf16d2ce8f0ff972006258 (diff)
downloadgof-rs-50359080f71984d8cae04660a6ab90e5f2272416.tar.xz
gof-rs-50359080f71984d8cae04660a6ab90e5f2272416.zip
refactor: Use ratatui instead of deprecated tui library and also fix weird background of the playground it now matches your background of the terminal
Diffstat (limited to 'Cargo.toml')
-rwxr-xr-xCargo.toml8
1 files changed, 4 insertions, 4 deletions
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"