Indra-db / Flecs-Rust

Rust API for Flecs: A Fast and Flexible Entity Component System (ECS)
MIT License
194 stars 11 forks source link

`QueryFlags` should be using `bitflags` #150

Closed waywardmonkeys closed 4 months ago

waywardmonkeys commented 4 months ago

The QueryFlags enum should be using bitflags rather than just being an enum. (This probably means the use of isize can go away.)