Skip to content

Commit

Permalink
Prepare v0.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
benfrankel committed Aug 20, 2024
1 parent b0b7920 commit 1d23577
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

- **Initial release**
- Added `TooltipPlugin` plugin
- Added `TooltipSet` system set
- Added `PrimaryTooltip` resource
- Added `TooltipSet` system set
- Added `Tooltip` component
- Added `TooltipActivation` field
- Added `TooltipDismissal` field
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ edition = "2021"
description = "Powerful tooltips for Bevy"
repository = "https://github.com/benfrankel/pyri_tooltip"
license = "MIT OR Apache-2.0"
keywords = ["ui", "game", "bevy"]
categories = ["game-engines"]
keywords = ["game", "bevy", "ui", "tooltip", "widget"]
categories = ["game-development", "gui"]

[features]
default = ["bevy_reflect"]
Expand Down

0 comments on commit 1d23577

Please sign in to comment.