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:
François Mockers 2024-06-07 03:54:53 +02:00 committed by GitHub
parent 401234a5fb
commit 98bc5ff8c4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 4 deletions

View File

@ -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

View File

@ -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"