# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "text-rts" version = "0.1.0" authors = ["Maxwell Anderson "] description = "A text-based sci-fi themed real-time strategy game" homepage = "https://github.com/Maxgy/text-rts" keywords = ["text", "rts", "strategy", "game", "text-based"] categories = ["games"] license = "MIT" repository = "https://github.com/Maxgy/text-rts" [dependencies.bracket-lib] version = "0.8" features = ["threaded"] default-features = false [dependencies.legion] version = "0.3" default-features = false [dependencies.rand] version = "0.7" features = ["wasm-bindgen"] [dependencies.wasm-bindgen] version = "0.2" optional = true [dependencies.winit] version = "0.23" [features] console = ["bracket-lib/crossterm", "legion/default"] default = ["bracket-lib/opengl", "legion/default"] web = ["bracket-lib/opengl"]