Files
torana/Cargo.toml
Amneesh Singh a307dc6c78 initial commit
Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
2023-01-21 13:31:10 +05:30

16 lines
320 B
TOML

[package]
name = "torana"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
bytemuck = { version = "1.12", features = [ "derive" ] }
cfg-if = "1"
env_logger = "0.9"
image = "0.24"
log = "0.4"
wgpu = "0.14"
winit = "0.27"