abey79 / vsvg

Fast and portable tools for plotter users
http://whisk.rs
MIT License
107 stars 12 forks source link

Fix cloning the hex grid cell #139

Closed afternoon2 closed 5 months ago

afternoon2 commented 5 months ago

When writing the hex grid helper feature, I forgot about deriving basic traits for the HexGridCell struct (as I similarly did for the square grid cell). Which resulted in (me) being unable to clone the cell when needed 😅 .