here_be_dragons/demo/Cargo.toml

16 lines
371 B
TOML
Raw Normal View History

2020-08-31 12:13:52 +00:00
[package]
name = "mapgen-demo"
version = "0.1.0"
authors = ["Krzysztof Langner <klangner@gmail.com>"]
edition = "2018"
[dependencies]
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"]