Make embedding for software renderer the default for the esp-idf component

This commit is contained in:
Simon Hausmann 2023-08-11 11:22:30 +02:00 committed by Simon Hausmann
parent 5af303a711
commit f9f16391d5
5 changed files with 1 additions and 4 deletions

View file

@ -17,6 +17,7 @@ set(CORROSION_NO_WARN_PARSE_TARGET_TRIPLE_FAILED ON)
set(SLINT_FEATURE_STD OFF)
set(SLINT_FEATURE_RENDERER_SOFTWARE ON)
set(SLINT_TARGET_CARGO_FLAGS "-Zbuild-std=core,alloc")
set(DEFAULT_SLINT_EMBED_RESOURCES "embed-for-software-renderer" CACHE STRING "")
set(CMAKE_BUILD_TYPE Release)
set(BUILD_SHARED_LIBS OFF)