Update crate metadata for bevy state (#13722)

- crate metadata for bevy_state has been copied from bevy_ecs

- Update it
This commit is contained in:
François Mockers 2024-06-07 03:54:53 +02:00 committed by François
parent 79a93de606
commit ce19b0f63f
No known key found for this signature in database
2 changed files with 3 additions and 4 deletions

View File

@ -2,12 +2,11 @@
name = "bevy_state"
version = "0.14.0-rc.2"
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

View File

@ -1,7 +1,7 @@
[package]
name = "bevy_state_macros_official"
version = "0.14.0-rc.2"
description = "Bevy ECS Macros"
description = "Macros for bevy_state"
edition = "2021"
license = "MIT OR Apache-2.0"