Indra-db / flecs-ecs-rs

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

`select_src_id` takes `impl Into<Entity>`. #49

Closed waywardmonkeys closed 2 months ago

waywardmonkeys commented 2 months ago

This makes it match the other similar functions, providing some ease of use.