Nilirad / bevy_prototype_lyon

Draw 2D shapes in Bevy
Apache License 2.0
702 stars 87 forks source link

Explicitely derive resources #173

Closed Nilirad closed 2 years ago

Nilirad commented 2 years ago

I derived Resource for all the previous resources, and I created #[derive(Resource)] newtypes for external types that were used as resources.