Nilirad/bevy_prototype_lyon

More const support

MatrixDev opened this issue · 0 comments

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.