File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 2
2
name = " bevy_state"
3
3
version = " 0.14.0-rc.2"
4
4
edition = " 2021"
5
- description = " Bevy Engine's entity component system "
5
+ description = " Finite state machines for Bevy "
6
6
homepage = " https://bevyengine.org"
7
7
repository = " https://github.com/bevyengine/bevy"
8
8
license = " MIT OR Apache-2.0"
9
- keywords = [" ecs" , " game" , " bevy" ]
10
- categories = [" game-engines" , " data-structures" ]
9
+ keywords = [" bevy" ]
11
10
12
11
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
13
12
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " bevy_state_macros_official"
3
3
version = " 0.14.0-rc.2"
4
- description = " Bevy ECS Macros "
4
+ description = " Macros for bevy_state "
5
5
edition = " 2021"
6
6
license = " MIT OR Apache-2.0"
7
7
You can’t perform that action at this time.
0 commit comments