flecs_ecs 0.2.1

Rust API for the C/CPP flecs ECS library <https://github.com/SanderMertens/flecs>
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
mod system_basics;
mod system_ctx;
mod system_custom_phases;
mod system_custom_phases_no_builtin;
mod system_custom_pipeline;
mod system_custom_runner;
mod system_delta_time;
mod system_immediate;
mod system_mutate_entity;
mod system_mutate_entity_handle;
mod system_pipeline;
mod system_startup_system;
mod system_sync_point;
mod system_sync_point_delete;
mod system_target_fps;
mod system_time_interval;