aboutsummaryrefslogtreecommitdiff
path: root/azalea/examples/nearest_entity.rs
AgeCommit message (Expand)Author
2026-01-01Extensible Account (#301)mat
2025-12-12Delete `StartError` and `JoinError` (#296)mat
2025-12-11Run handler function in a Tokio LocalSet (#295)mat
2025-09-28upgrade bevy to 0.17.0-rc.2mat
2025-09-26don't re-export azalea::bot::*, and some doc improvementsmat
2025-08-14Sneaking (#237)mat
2025-06-14add note about current_thread to azalea readmemat
2025-05-30formatting: merge importsmat
2025-04-25update to bevy 0.16mat
2025-02-22update to rust edition 2024mat
2023-12-04Replace Bevy's FixedUpdate with Azalea's GameTick (#119)mat
2023-09-14rename Local to LocalEntitymat
2023-08-22fix entities not being despawnedmat
2023-08-22Created nearest_entity system param (#102)TheDudeFromCI