SiegeEngine / ddsfile

DirectDraw Surface file format parser/composer
MIT License
12 stars 12 forks source link

derive Clone for Dds #17

Closed ScanMountGoat closed 9 months ago

ScanMountGoat commented 9 months ago

I've found myself wanting a Clone impl a few times while implementing conversion utilities. All the fields are already Clone, so this is a simple change.