From 2bb8227c647aeaf6e8048f48acfcb32b8e740519 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Mockers?= Date: Fri, 7 Jun 2024 03:54:53 +0200 Subject: [PATCH] Update crate metadata for bevy state (#13722) - crate metadata for bevy_state has been copied from bevy_ecs - Update it --- crates/bevy_state/Cargo.toml | 5 ++--- crates/bevy_state/macros/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/crates/bevy_state/Cargo.toml b/crates/bevy_state/Cargo.toml index c0a0638ca1eba5..fa9a43a941585c 100644 --- a/crates/bevy_state/Cargo.toml +++ b/crates/bevy_state/Cargo.toml @@ -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 diff --git a/crates/bevy_state/macros/Cargo.toml b/crates/bevy_state/macros/Cargo.toml index e73ede07b008b3..e4a3a497ee9901 100644 --- a/crates/bevy_state/macros/Cargo.toml +++ b/crates/bevy_state/macros/Cargo.toml @@ -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"