Tom94 / tev

High dynamic range (HDR) image viewer for graphics people
BSD 3-Clause "New" or "Revised" License
1.02k stars 86 forks source link

Replace tinyformat with fmtlib in preparation for std::format #188

Closed Tom94 closed 1 year ago

Tom94 commented 1 year ago

std::format, once widely available, will have the same API as fmtlib, so should be a drop-in replacement with the changes in this PR.