updating to 0.15.0 since it seems to have gotten borked?
This commit is contained in:
10
Cargo.toml
10
Cargo.toml
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user