Changing to FTXUI for a more robust and user friendly TUI
This commit is contained in:
parent
40bac1987a
commit
f246138083
6 changed files with 1198 additions and 338 deletions
|
|
@ -1,3 +1,3 @@
|
|||
#!/bin/sh
|
||||
|
||||
g++ -std=c++17 main.cpp -o tux-dock && echo "tux-dock successfully compiled!"
|
||||
cmake -S . -B build && cmake --build build -j && echo "tux-dock successfully compiled!"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue