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:
Justin Wernick
2019-10-01 18:45:00 +02:00
committed by Hilmar Wiegand
parent fd8bff9ea6
commit 01f6f3e4ba
3 changed files with 325 additions and 1054 deletions

View File

@@ -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"]