From ea5db5846bc700f0da912225ddcb4be372359044 Mon Sep 17 00:00:00 2001 From: Mica White Date: Mon, 7 Oct 2024 20:45:14 -0400 Subject: Finish basic windowing stuff --- console/Cargo.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'console/Cargo.toml') diff --git a/console/Cargo.toml b/console/Cargo.toml index 0d23054..18ea28d 100644 --- a/console/Cargo.toml +++ b/console/Cargo.toml @@ -6,6 +6,4 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -smol = "2" -log = "0.4" -pollster = "0.3" \ No newline at end of file +log = "0.4" \ No newline at end of file -- cgit v1.2.3