summaryrefslogtreecommitdiff
path: root/render/Cargo.toml
blob: 1cb523c57115eba41d1f7122eff7b0539c6cbae7 (plain)
[package]
name = "alligator_render"
version = "0.1.0"
edition = "2021"
rust-version = "1.65"
publish = false

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

[dependencies]
bytemuck = { version = "1", features = ["derive"] }
thiserror = "1"
profiling = "1"
wgpu = "0.18"
winit = "0.28"
image = "0.24"
cgmath = "0.18"
pollster = "0.2"
log = "0.4"

[dev-dependencies]
tracy-client = "0.15"

[lib]
crate-type = ["cdylib", "lib"]

[[example]]
name = "black"

[[example]]
name = "bmp"

[[example]]
name = "bunnymark"