new native matrix implementation

Signed-off-by: Peter Siegmund <developer@mars3142.org>
This commit is contained in:
2025-06-22 18:16:48 +02:00
parent 0b65ac198f
commit c6f0c4572d
12 changed files with 137 additions and 95 deletions

View File

@@ -3,6 +3,7 @@ if (NOT DEFINED ENV{IDF_PATH})
add_subdirectory(imgui)
add_subdirectory(insa)
add_subdirectory(led-manager)
target_link_libraries(components INTERFACE ImGui)
endif ()