bevy_prototype_lyon
bevy_prototype_lyon copied to clipboard
More const support
First of all thanks for a great job with this plugin.
What I wan't to ask for is to add more const support. Just as an example:
FillMode::new(...)
StrokeMode::new(...)
StrokeMode::color(...)
They are probably not const because of the Default usage inside, but Default implementations are returning const Self::DEFAULT anyways.