here_be_dragons/demo/Cargo.toml
2020-09-02 12:01:16 +02:00

17 lines
384 B
TOML

[package]
name = "mapgen-demo"
version = "0.1.1"
authors = ["Krzysztof Langner <klangner@gmail.com>"]
edition = "2018"
[dependencies]
rand = "0.7"
amethyst = {version = "0.15", features = ["tiles", "no-slow-safety-checks"]}
log = { version = "0.4.8", features = ["serde"] }
mapgen = {path=".."}
[features]
default = ["metal"]
metal = ["amethyst/metal"]
vulkan = ["amethyst/vulkan"]