switch to xmake (hopefully everything works)
This commit is contained in:
parent
b1bbc19d62
commit
dfabc25ef8
7 changed files with 86 additions and 128 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue