[package] name = "trinity" version = "0.1.0" authors = ["Kevin van Kessel "] edition = "2018" description = "A 3D game framework using WebGPU" readme = "README.md" repository = "https://github.com/vankessel/trinity" license = "LGPL-3.0-only" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] wgpu = "0.5.2"