Changing to FTXUI for a more robust and user friendly TUI

This commit is contained in:
mrkmntal 2026-02-25 12:14:34 -05:00
commit f246138083
6 changed files with 1198 additions and 338 deletions

View file

@ -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!"