commit | e0602aaf7c721438bba08b3a5edaedaa3e427346 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Mon Jul 17 11:20:00 2023 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Tue Dec 05 19:01:10 2023 -0600 |
tree | a9dc15be79a74beb836bd697e44d4b56aeb30656 | |
parent | 9a324232f9ff9f26e97f101cbb1f272fe7e2d20b [diff] |
remove use of fmt All uses of fmt can be replaced with either std::format directly or a tentative implementation of std::print (which we can use until GCC supports std::print). Remove the extra dependency. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I466497695a6d53b7767a6456bebe165c5a75121a