Update to corrosion 0.4.3

That include a fix for parsing espressif target so workaround can be
removed
This commit is contained in:
Olivier Goffart 2023-09-13 08:58:19 +02:00 committed by Olivier Goffart
parent 461dec0052
commit 5d37a4a158
2 changed files with 1 additions and 2 deletions

View file

@ -13,7 +13,6 @@ else(CONFIG_IDF_TARGET_ARCH_XTENSA)
message(FATAL_ERROR "Architecture currently not supported")
endif(CONFIG_IDF_TARGET_ARCH_XTENSA)
set(CORROSION_NO_WARN_PARSE_TARGET_TRIPLE_FAILED ON)
set(SLINT_FEATURE_FREESTANDING ON)
set(SLINT_FEATURE_RENDERER_SOFTWARE ON)
set(SLINT_LIBRARY_CARGO_FLAGS "-Zbuild-std=core,alloc")