Initial commit
This commit is contained in:
15
Cargo.toml
Normal file
15
Cargo.toml
Normal 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"]
|
||||
Reference in New Issue
Block a user