Add a display server and graphical user interface #38

Merged
apio merged 103 commits from display-server into main 2023-09-20 18:49:21 +00:00
3 changed files with 0 additions and 2 deletions
Showing only changes of commit 01da7be57c - Show all commits

View File

@ -5,7 +5,6 @@ file(GLOB HEADERS include/ui/*.h)
set(SOURCES
${HEADERS}
src/Canvas.cpp
src/Color.cpp
src/Rect.cpp
)

View File

@ -1,4 +1,3 @@
#include <string.h>
#include <ui/Canvas.h>
namespace ui

View File