You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
375 B

[package]
name = "amethyst-starter-2d"
version = "0.1.0"
authors = ["Hilmar Wiegand <me@hwgnd.de>"]
edition = "2018"
[dependencies]
#amethyst = {path ="../amethyst", version = "0.15.0"}
amethyst = "0.15.0"
log = { version = "0.4.8", features = ["serde"] }
[features]
default = ["vulkan"]
#empty = ["amethyst/empty"]
#metal = ["amethyst/metal"]
vulkan = ["amethyst/vulkan"]