An experimental, status effects-as-entities system for Bevy.
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Cleanup Cargo.toml

+1 -2
+1 -2
Cargo.toml
··· 4 4 edition = "2024" 5 5 description = "An experimental, status effects-as-entities system for Bevy." 6 6 categories = ["game-development"] 7 - keywords = ["game", "gamedev", "bevy", "relationship"] 7 + keywords = ["game", "gamedev", "bevy", "status", "effect"] 8 8 repository = "https://github.com/AlephCubed/bevy_alchemy" 9 9 license = "MIT OR Apache-2.0" 10 10 authors = ["AlephCubed"] 11 - readme = "README.md" 12 11 13 12 [package.metadata.docs.rs] 14 13 all-features = true