2024-04-24 16:16:27 +00:00
|
|
|
[package]
|
2024-04-24 17:46:20 +00:00
|
|
|
name = "crawl"
|
2024-04-24 16:16:27 +00:00
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
2024-04-24 18:59:56 +00:00
|
|
|
license = "MIT"
|
2024-04-24 16:16:27 +00:00
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[dependencies]
|
2024-04-24 17:46:20 +00:00
|
|
|
bytemuck = "1.15.0"
|
|
|
|
log = "0.4.21"
|
2024-04-24 18:55:34 +00:00
|
|
|
thiserror = "1.0.59"
|
2024-04-24 17:46:20 +00:00
|
|
|
wgpu = "0.19.4"
|
|
|
|
winit = "0.29.15"
|