Sigil2D/Cargo.toml

16 lines
298 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"
2024-03-07 17:01:02 +00:00
pollster = "0.3.0"
2024-03-08 10:16:10 +00:00
rune = "0.13.2"
2024-03-07 15:36:57 +00:00
wgpu = "0.19.3"
winit = "0.29.14"