Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit 0af5d0c

Browse files
committed
remove extra keyword disallowed by crates.io
1 parent 5299851 commit 0af5d0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backends/bevy_picking_xpbd/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ authors = ["Aevyrie <[email protected]>, Affinator"]
66
license = "MIT OR Apache-2.0"
77
description = "A modular picking plugin for Bevy."
88
repository = "https://github.com/aevyrie/bevy_mod_picking/"
9-
keywords = ["gamedev", "picking", "bevy", "input", "eventlistener", "xpbd"]
9+
keywords = ["gamedev", "picking", "bevy", "eventlistener", "xpbd"]
1010
categories = ["game-engines"]
1111
resolver = "2"
1212

0 commit comments

Comments
 (0)