Files
flappy-bird-rust/Cargo.toml
Hilmar Wiegand 09b7c0228c Initial commit
2019-06-19 15:25:11 +02:00

16 lines
274 B
TOML

[package]
name = "amethyst-cli-starter-2d"
version = "0.1.0"
authors = []
edition = "2018"
[dependencies]
amethyst = "0.11.0"
[features]
default = ["vulkan"]
empty = ["amethyst/empty"]
metal = ["amethyst/metal"]
vulkan = ["amethyst/vulkan"]
nightly = ["amethyst/nightly"]