Update crate metadata for bevy state (#13722)
# Objective - crate metadata for bevy_state has been copied from bevy_ecs ## Solution - Update it
This commit is contained in:
parent
401234a5fb
commit
98bc5ff8c4
@ -2,12 +2,11 @@
|
||||
name = "bevy_state"
|
||||
version = "0.14.0-dev"
|
||||
edition = "2021"
|
||||
description = "Bevy Engine's entity component system"
|
||||
description = "Finite state machines for Bevy"
|
||||
homepage = "https://bevyengine.org"
|
||||
repository = "https://github.com/bevyengine/bevy"
|
||||
license = "MIT OR Apache-2.0"
|
||||
keywords = ["ecs", "game", "bevy"]
|
||||
categories = ["game-engines", "data-structures"]
|
||||
keywords = ["bevy"]
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
[package]
|
||||
name = "bevy_state_macros_official"
|
||||
version = "0.14.0-dev"
|
||||
description = "Bevy ECS Macros"
|
||||
description = "Macros for bevy_state"
|
||||
edition = "2021"
|
||||
license = "MIT OR Apache-2.0"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user