summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 03a4a5e8f6c84cdbfe8da96047b595b169a1a0cf (plain)
[package]
name = "alligator_render"
version = "0.1.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
winit = "0.27"
log = "0.4"
wgpu = "0.13"
thiserror = "1"

[dev-dependencies]
pollster = "0.2"

[[example]]
name = "black"