generated from 2ndbeam/bevy-template
refactor!: Item changes
- Bump version to 0.3.0 - Moved crate::inventory::item to crate::item - Made Item.position non-option - Renamed Item::new_positioned -> Item::new - Removed old Item::new method - Changed Inventory.can_fit signature to use item borrow
This commit is contained in:
parent
42cfd14214
commit
528c511445
13 changed files with 81 additions and 86 deletions
|
|
@ -2,7 +2,7 @@ cargo-features = ["codegen-backend"]
|
|||
|
||||
[package]
|
||||
name = "expedition_demo"
|
||||
version = "0.2.0"
|
||||
version = "0.3.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue