Indra-db / flecs-ecs-rs

a Rust API for Flecs : a fast entity component system (ECS)
MIT License
13 stars 4 forks source link

Fix flecs_disable_build_c_library. #22

Closed waywardmonkeys closed 3 months ago

waywardmonkeys commented 3 months ago

When this was expanded to multiple statements, it broke the feature check. We collapse it back to a single expression but put it in a block in case it happens again.

Remove some commented out stuff at the same time.