[package] name = "mapgen-demo" version = "0.1.1" authors = ["Krzysztof Langner "] 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"]