Fix bevy_core_widgets crate description typo (#19578)

# Objective

Fix `bevy_core_widgets`  crate description typo.
This commit is contained in:
张林伟 2025-06-12 06:30:35 +08:00 committed by GitHub
parent 12f8f9c07c
commit 98a46f79df
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,7 +2,7 @@
name = "bevy_core_widgets"
version = "0.16.0-dev"
edition = "2024"
description = "Unstyled common widgets for B Bevy Engine"
description = "Unstyled common widgets for Bevy Engine"
homepage = "https://bevyengine.org"
repository = "https://github.com/bevyengine/bevy"
license = "MIT OR Apache-2.0"