WINIT WINDOW!!!!

This commit is contained in:
Chance 2024-12-01 20:50:11 -05:00 committed by BitSyndicate
parent 0e406d3fc1
commit ca80d3d4e2
Signed by: bitsyndicate
GPG key ID: 443E4198D6BBA6DE
4 changed files with 62 additions and 2 deletions

View file

@ -4,6 +4,7 @@ version = "0.1.0"
edition = "2021"
[dependencies]
anyhow = "1.0.93"
chrono = "0.4.38"
colored = "2.1.0"
lazy_static = "1.5.0"
@ -14,3 +15,5 @@ reedline = "0.37.0"
regex = "1.11.1"
thiserror = "2.0.3"
tokio = { version = "1.41.1", features = ["macros", "rt", "rt-multi-thread"] }
wgpu = "23.0.1"
winit = "0.30.5"