Skip to content

Commit

Permalink
remove extra keyword disallowed by crates.io
Browse files Browse the repository at this point in the history
  • Loading branch information
aevyrie committed Mar 5, 2024
1 parent 5299851 commit 0af5d0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backends/bevy_picking_xpbd/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors = ["Aevyrie <[email protected]>, Affinator"]
license = "MIT OR Apache-2.0"
description = "A modular picking plugin for Bevy."
repository = "https://github.com/aevyrie/bevy_mod_picking/"
keywords = ["gamedev", "picking", "bevy", "input", "eventlistener", "xpbd"]
keywords = ["gamedev", "picking", "bevy", "eventlistener", "xpbd"]
categories = ["game-engines"]
resolver = "2"

Expand Down

0 comments on commit 0af5d0c

Please sign in to comment.