diff options
| author | Mica White <botahamec@outlook.com> | 2024-10-07 20:45:14 -0400 |
|---|---|---|
| committer | Mica White <botahamec@outlook.com> | 2024-10-07 20:45:14 -0400 |
| commit | ea5db5846bc700f0da912225ddcb4be372359044 (patch) | |
| tree | f478f7a1e9e3fbb6ca162ea51c5c626ceb3898c2 /console/Cargo.toml | |
| parent | 509e5ce1e17417a70b9bcce8bc6e33c05106811d (diff) | |
Finish basic windowing stuff
Diffstat (limited to 'console/Cargo.toml')
| -rw-r--r-- | console/Cargo.toml | 4 |
1 files changed, 1 insertions, 3 deletions
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 |
