Nilirad / bevy_prototype_lyon

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

Does the structure of ShapeBundle support cloning #260

Open Yuanzhumoyu opened 2 weeks ago

Yuanzhumoyu commented 2 weeks ago

I need to clone ShapeBundle, but cloning is not supported in the source code. Among them, member [path] does not support cloning. Is there any reason for this?