From b9570962cfc214bbac0f3fef1e6c1f9848f52658 Mon Sep 17 00:00:00 2001 From: Mica White Date: Wed, 17 Jun 2026 17:41:28 -0400 Subject: Basic renderer and framerate test --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 5be1371..85679c6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,3 +4,5 @@ version = "0.1.0" edition = "2024" [dependencies] +crossterm = "0.29" +tokio = "1" -- cgit v1.2.3