[package] name = "game_template" version = "0.0.1" edition = "2021" authors = [ "Kostiantyn Wandalen ", "Volodymyr M. ", "Dmytro Kryvoruchko ", ] license = "MIT" readme = "Readme.md" documentation = "https://docs.rs/game_template" repository = "https://github.com/Wandalen/rust_game_template/tree/master/module/renderer" homepage = "https://github.com/Wandalen/rust_game_template/tree/master/module/renderer" description = """ Neutral cross-platform Rust game template. """ categories = [ "game-development", "game-engines" ] keywords = [ "game-template", "gamedev" ] include = [ "/src", "/Cargo.toml", "/Readme.md", "/License", ] [features] # webgl = [ "wgpu/webgl" ] # web-sys = [ "winit/web-sys" ] [lib] name = "game_template" path = "./src/main.rs" [dependencies] # wgpu = "0.11.0" # winit = "0.25.0" # pollster = "0.2"