switch to xmake (hopefully everything works)

This commit is contained in:
Mars 2024-09-03 00:02:09 -04:00
parent b1bbc19d62
commit dfabc25ef8
7 changed files with 86 additions and 128 deletions

View file

@ -84,7 +84,8 @@ fn main() -> i32 {
const string nowPlaying = GetNowPlaying();
if (!nowPlaying.empty())
fmt::println("{}", nowPlaying);
else fmt::println("No song playing");
else
fmt::println("No song playing");
}
return 0;