elringus / sprite-dicing

Cross-engine tool for lossless compression of sprites with identical areas
https://dicing.elringus.me
MIT License
1.35k stars 144 forks source link

chore(lib): remove once_cell dependency #43

Closed elringus closed 3 months ago

elringus commented 3 months ago

Use LazyLock from std instead, as it's now stabilized.

codecov[bot] commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 100.00%. Comparing base (e00fc05) to head (79ddd9e).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #43 +/- ## ========================================== Coverage 100.00% 100.00% ========================================== Files 18 5 -13 Lines 865 322 -543 ========================================== - Hits 865 322 -543 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.