feat(deps): update for bevy 0.6 (#31)
Showing
- Cargo.toml 3 additions, 3 deletionsCargo.toml
- examples/thirst.rs 10 additions, 10 deletionsexamples/thirst.rs
- src/actions.rs 3 additions, 3 deletionssrc/actions.rs
- src/lib.rs 12 additions, 12 deletionssrc/lib.rs
- src/scorers.rs 12 additions, 13 deletionssrc/scorers.rs
- src/thinker.rs 11 additions, 11 deletionssrc/thinker.rs
- tests/steps.rs 13 additions, 13 deletionstests/steps.rs
... | ... | @@ -2,7 +2,7 @@ |
name = "big-brain" | ||
version = "0.8.1-alpha.0" | ||
authors = ["Kat Marchán <kzm@zkat.tech>"] | ||
edition = "2018" | ||
edition = "2021" | ||
description = "Rusty Utility AI library" | ||
license = "Apache-2.0" | ||
readme = "README.md" | ||
... | ... | @@ -12,7 +12,7 @@ repository = "https://github.com/zkat/big-brain" |
homepage = "https://github.com/zkat/big-brain" | ||
[dependencies] | ||
bevy = { version = "0.5.0", default-features = false } | ||
bevy = { version = "0.6.0", default-features = false } | ||
[dev-dependencies] | ||
bevy = { version = "0.5.0", default-features = true } | ||
bevy = { version = "0.6.0", default-features = true } |
Please register or sign in to comment