Skip to content

Commit ce19b0f

Browse files
committed
Update crate metadata for bevy state (#13722)
- crate metadata for bevy_state has been copied from bevy_ecs - Update it
1 parent 79a93de commit ce19b0f

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

crates/bevy_state/Cargo.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,11 @@
22
name = "bevy_state"
33
version = "0.14.0-rc.2"
44
edition = "2021"
5-
description = "Bevy Engine's entity component system"
5+
description = "Finite state machines for Bevy"
66
homepage = "https://bevyengine.org"
77
repository = "https://github.com/bevyengine/bevy"
88
license = "MIT OR Apache-2.0"
9-
keywords = ["ecs", "game", "bevy"]
10-
categories = ["game-engines", "data-structures"]
9+
keywords = ["bevy"]
1110

1211
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1312

crates/bevy_state/macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "bevy_state_macros_official"
33
version = "0.14.0-rc.2"
4-
description = "Bevy ECS Macros"
4+
description = "Macros for bevy_state"
55
edition = "2021"
66
license = "MIT OR Apache-2.0"
77

0 commit comments

Comments
 (0)