Files
flappy-bird-rust/Cargo.toml
Justin Wernick 01f6f3e4ba 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.
2019-10-01 18:45:00 +02:00

17 lines
350 B
TOML

[package]
name = "amethyst-starter-2d"
version = "0.1.0"
authors = ["Hilmar Wiegand <me@hwgnd.de>"]
edition = "2018"
[dependencies]
amethyst = "0.13.0"
log = { version = "0.4.8", features = ["serde"] }
[features]
default = ["vulkan"]
empty = ["amethyst/empty"]
metal = ["amethyst/metal"]
vulkan = ["amethyst/vulkan"]
nightly = ["amethyst/nightly"]