CRAWL/Cargo.toml

16 lines
315 B
TOML
Raw Normal View History

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-05-18 16:47:53 +00:00
bytemuck = "1.16.0"
2024-04-24 17:46:20 +00:00
log = "0.4.21"
2024-05-18 16:47:53 +00:00
thiserror = "1.0.61"
2024-04-24 17:46:20 +00:00
wgpu = "0.19.4"
2024-05-18 16:33:58 +00:00
wgpu-profiler = "0.16.2"
2024-04-24 17:46:20 +00:00
winit = "0.29.15"