Skip to content

Migrate to Bevy 0.18#140

Merged
M1thieu merged 1 commit intoerematorg:mainfrom
M1thieu:dev
Jan 18, 2026
Merged

Migrate to Bevy 0.18#140
M1thieu merged 1 commit intoerematorg:mainfrom
M1thieu:dev

Conversation

@M1thieu
Copy link
Collaborator

@M1thieu M1thieu commented Jan 18, 2026

Objective

Migrate the entire LP workspace from Bevy 0.17 to Bevy 0.18.

Implementation

Updated all 11 Cargo.toml files across the workspace.

Testing

  • cargo check --all passed successfully

Update all workspace crates to Bevy 0.18:
- Updated 11 Cargo.toml files across workspace
- No breaking changes required in code
- cargo check --all passed successfully (17m 58s)
- All reflection syntax already correct (parentheses)

Breaking changes impact analysis:
- Reflect syntax already correct (parentheses)
- No Entity::row() usage (not impacted)
- No deprecated API usage detected
- EntityPool behavior unchanged
- Message system (MessageReader/MessageWriter) compatible
- SystemSet scheduling working as expected

Modified files:
- Cargo.toml (root workspace with dynamic_linking)
- crates/utils/Cargo.toml
- crates/matter/Cargo.toml
- crates/information/Cargo.toml
- crates/forces/Cargo.toml
- crates/energy/Cargo.toml
- crates/systems/Cargo.toml
- crates/systems/acoustics/Cargo.toml
- crates/systems/mpm/Cargo.toml
- crates/systems/save_system/Cargo.toml
- crates/systems/ai/Cargo.toml

Validation:
- cargo clean && cargo check --all: SUCCESS
- All 11 crates compiled without errors
- Only 1 warning (unrelated: dead_code in information crate)
- EntityPool infrastructure intact
- N-body physics compilation verified
- AI arbiter message flow verified
- Energy conservation systems verified
@M1thieu M1thieu merged commit a768f74 into erematorg:main Jan 18, 2026
2 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant