amethyst / specs

Specs - Parallel ECS

Home Page:https://amethyst.github.io/specs/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Re-export all of Shrev

Rua opened this issue · comments

commented

Shrev's ReaderId is re-exported from Specs, but for some reason EventChannel isn't. Since each is unusable without the other, I think it only makes sense to export them together. EventIterator and the Event trait should probably be exported as well.

The whole shrev crate is re-exported as specs::shrev: https://docs.rs/specs/0.16.1/specs/#reexports
Is this sufficient?