updating to 0.15.0 since it seems to have gotten borked?

This commit is contained in:
2020-06-10 21:02:50 -07:00
parent baa4b9d910
commit 973990cce7
5 changed files with 1856 additions and 2220 deletions

View File

@@ -5,12 +5,12 @@ authors = ["Hilmar Wiegand <me@hwgnd.de>"]
edition = "2018"
[dependencies]
amethyst = "0.13.2"
#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"]
#default = ["vulkan"]
#empty = ["amethyst/empty"]
#metal = ["amethyst/metal"]
vulkan = ["amethyst/vulkan"]
nightly = ["amethyst/nightly"]