bevy_prototype_lyon icon indicating copy to clipboard operation
bevy_prototype_lyon copied to clipboard

More const support

Open MatrixDev opened this issue 3 years ago • 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.

MatrixDev avatar Jan 06 '23 12:01 MatrixDev