rj00a / evenio

An event-driven Entity Component System
MIT License
132 stars 14 forks source link

Fix auto trait impls #50

Closed rj00a closed 4 months ago

rj00a commented 4 months ago

Fixes some slightly incorrect auto trait implementations. In particular, this adds conditional Send and Sync impls for Fetcher following #48.