WINIT WINDOW!!!!
This commit is contained in:
parent
8fc77ba881
commit
63e7c42820
4 changed files with 62 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue