Initial commit

This commit is contained in:
Hilmar Wiegand
2019-06-19 15:25:11 +02:00
commit 09b7c0228c
6 changed files with 4849 additions and 0 deletions

15
Cargo.toml Normal file
View File

@@ -0,0 +1,15 @@
[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"]