Update project structure, update README, add input handler

This commit is contained in:
Hilmar Wiegand
2019-06-25 01:16:16 +02:00
parent da1cbadfea
commit 988a8f9b57
6 changed files with 287 additions and 184 deletions

View File

@@ -1,11 +1,12 @@
[package]
name = "amethyst-cli-starter-2d"
name = "amethyst-starter-2d"
version = "0.1.0"
authors = []
authors = ["Hilmar Wiegand <me@hwgnd.de>"]
edition = "2018"
[dependencies]
amethyst = "0.11.0"
log = { version = "0.4.6", features = ["serde"] }
[features]
default = ["vulkan"]