Updated to use the latest libgit2 1.9.0 and GCC14.

This commit is contained in:
Zed A. Shaw 2025-04-16 23:44:22 -04:00
parent 62785d463c
commit 2d81f900be
10 changed files with 29 additions and 35 deletions

View file

@ -13,7 +13,6 @@
using std::string, std::vector;
using namespace fmt;
using namespace nlohmann;
namespace fs = std::filesystem;
@ -54,7 +53,7 @@ void GUI::build_failed(bool play_sound, const string &command) {
build_failed_sound.play();
}
output(format("!!! BUILD FAILED. Your command correct? '{}'", command));
output(fmt::format("!!! BUILD FAILED. Your command correct? '{}'", command));
}
void GUI::you_died() {