aboutsummaryrefslogtreecommitdiff
path: root/azalea-client/tests/simulation/move_and_despawn_entity.rs
AgeCommit message (Collapse)Author
2026-01-19add simulation-based pathfinder execution enginemat
2026-01-12Make Bevy dependencies optional in azalea-protocol (#303)mat
* Make Bevy dependencies optional in azalea-protocol * derive serde traits on Direction again * update docs for types that may not have Component
2025-12-22run azalea-client integration tests as one binarymat
per https://corrode.dev/blog/tips-for-faster-rust-compile-times/\#combine-all-integration-tests-into-a-single-binary <3