Bump dependencies (#10)
The biggest version bump is Amethyst from 0.12 to 0.13. This has a breaking change in the example, where world.read_resource now returns a Fetch<ScreenDimensions> instead of a &ScreenDimensions.
This commit is contained in:
committed by
Hilmar Wiegand
parent
fd8bff9ea6
commit
01f6f3e4ba
@@ -5,8 +5,8 @@ authors = ["Hilmar Wiegand <me@hwgnd.de>"]
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
amethyst = "0.12.0"
|
||||
log = { version = "0.4.6", features = ["serde"] }
|
||||
amethyst = "0.13.0"
|
||||
log = { version = "0.4.8", features = ["serde"] }
|
||||
|
||||
[features]
|
||||
default = ["vulkan"]
|
||||
|
||||
Reference in New Issue
Block a user