blob: a3fe21e74c994051cfc1559146240f49ad8a8e3b (
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"
pollster = "0.2"
bytemuck = { version = "1.4", features = ["derive"] }
cgmath = "0.18"
image = "0.24"
texture_packer = "0.24"
[[example]]
name = "black"
[[example]]
name = "square"
[[example]]
name = "bmp"
|