mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-31 07:37:24 +00:00
Make embedding for software renderer the default for the esp-idf component
This commit is contained in:
parent
5af303a711
commit
f9f16391d5
5 changed files with 1 additions and 4 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue