Sigil2D/Cargo.toml

14 lines
263 B
TOML
Raw Normal View History

2024-03-07 14:51:03 +00:00
[package]
name = "sigil"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2024-03-07 15:36:57 +00:00
anyhow = "1.0.80"
env_logger = "0.11.3"
log = "0.4.21"
wgpu = "0.19.3"
winit = "0.29.14"