Crates.io | bevy_schedule_dispatch |
lib.rs | bevy_schedule_dispatch |
version | 0.1.2 |
source | src |
created_at | 2023-10-04 02:33:42.689001 |
updated_at | 2024-01-30 05:34:22.975399 |
description | Use equivalent functions to dispatch bevy ecs schedules |
homepage | |
repository | https://github.com/emesare/bevy_schedule_dispatch/ |
max_upload_size | |
id | 991760 |
size | 36,886 |
bevy_schedule_dispatch
This crate turns function calls into schedule runners that operate on a globalized ECS world.
App
and not World
.