Support Bevy version 0.14
[package] | ||
name = "micro_banimate" | ||
version = "0.8.0" | ||
version = "0.9.0" | ||
edition = "2021" | ||
license = "Apache-2.0" | ||
description = "Easily manage complex Bevy 2D sprite animations" | ||
authors = [ | ||
"Louis Capitanchik <louis@microhacks.co.uk>" | ||
"Louis Capitanchik <louis@microhacks.co.uk>" | ||
] | ||
repository = "https://lab.lcr.gr/microhacks/micro-banimate" | ||
... | ... | @@ -25,8 +25,8 @@ anyhow = "^1.0" |
serde = { version = "^1.0", optional = true } | ||
serde_json = { version = "^1.0", optional = true } | ||
toml = { version = "0.8", optional = true } | ||
bevy = { version = "^0.13.0", default-features = false, features = ["bevy_asset", "bevy_sprite"] } | ||
bevy = { version = "^0.14", default-features = false, features = ["bevy_asset", "bevy_sprite"] } | ||
[dev_dependencies] | ||
bevy = "0.13" | ||
[dev-dependencies] | ||
bevy = "0.14" | ||
log = "0.4" |
Please register or sign in to comment