[package]
name = "rhythm-game"
version = "0.1.0"
authors = [ "kanashimia", "south" ]
edition = "2018"

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

[dependencies]
wgpu = "^0.7.0"
image = "^0.23.13"
winit = "^0.24"
naga = "^0.3.2"
cgmath = "^0.18.0"
env_logger = "^0.8.3"
log = "^0.4.14"
futures = "^0.3.12"