First init.

This commit is contained in:
2025-10-12 09:13:56 +02:00
commit 1548aeaf9b
458 changed files with 118808 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
cmake_minimum_required(VERSION 3.16)
project(mcu-fontrenderer)
add_subdirectory(examples/helloworld-sdl)
add_subdirectory(tools/fontconv)