Generic inventory system built in pure rust.
Find a file
2024-10-29 13:35:22 -04:00
.github/workflows feat: Add CI 2022-07-17 17:26:31 -04:00
src feat: can_add_item 2024-10-29 13:35:01 -04:00
tests refactor: Use Arcs for better lifetime handling with game engines like bevy 2024-10-18 10:34:09 -04:00
.gitignore Initial commit 2022-07-13 20:35:10 -04:00
Cargo.toml feat: can_add_item 2024-10-29 13:35:01 -04:00
crates_readme.md chore: Add crates.io readme without example (looks bad) 2022-07-23 17:23:55 -04:00
LICENSE chore: Update license to something less restricting 2022-07-17 18:56:23 -04:00
README.md Update README.md 2024-10-18 19:05:37 -04:00

game_inventory

A framework for generalizing inventory logic and abstracting it away from item data in your specific game.

See more examples and specific documentation about this crate on docs.rs.