[package] name = "tutorial5-textures" version = "0.1.0" authors = ["Ben Hansen "] edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] anyhow = "1.0" bytemuck = { version = "1.4", features = [ "derive" ] } cgmath = "0.17" env_logger = "0.7" log = "0.4" futures = "0.3" image = "0.23" wgpu = "0.7" winit = "0.22" [build-dependencies] anyhow = "1.0" fs_extra = "1.2" glob = "0.3" shaderc = "0.7" [[bin]] name = "tutorial5-textures" path = "src/main.rs" [[bin]] name = "tutorial5-challenge" path = "src/challenge.rs"