cube
This commit is contained in:
parent
3814a9fb8e
commit
6184227d22
7 changed files with 430 additions and 16 deletions
|
@ -17,7 +17,12 @@ once_cell = "1.20.2"
|
|||
parking_lot.workspace = true
|
||||
regex = "1.11.1"
|
||||
rustyline = { version = "15.0.0", features = ["derive", "rustyline-derive"] }
|
||||
tokio = { version = "1.42.0", features = ["macros", "parking_lot", "rt", "rt-multi-thread"] }
|
||||
thiserror = "2.0.11"
|
||||
tokio = { version = "1.42.0", features = ["macros", "parking_lot","rt-multi-thread"] }
|
||||
wgpu = "24.0.1"
|
||||
winit = "0.30.8"
|
||||
bytemuck = "1.21.0"
|
||||
futures = "0.3.31"
|
||||
|
||||
|
||||
[profile.dev]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue