# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "game_template" version = "0.0.1" authors = ["Kostiantyn Wandalen ", "Volodymyr M. ", "Dmytro Kryvoruchko "] include = ["/src", "/Cargo.toml", "/Readme.md", "/License"] description = "Neutral cross-platform Rust game template.\n" homepage = "https://github.com/Wandalen/rust_game_template/tree/master/module/renderer" documentation = "https://docs.rs/game_template" readme = "Readme.md" keywords = ["game-template", "gamedev"] categories = ["game-development", "game-engines"] license = "MIT" repository = "https://github.com/Wandalen/rust_game_template/tree/master/module/renderer" resolver = "2" [lib] name = "game_template" path = "./src/main.rs" [dependencies] [features]