mikage-dev
mikage-dev copied to clipboard
Update fmt to v11
The current version of fmt Mikage targets is v8, which hasn’t seen a release since 2022-01-06. It would be great to update to the latest version, but it changed the API a bit and thus requires a few changes.
Another option I guess would be to switch to C++20’s std::format()
.