mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-04 02:39:28 +00:00
Update to corrosion 0.4.3
That include a fix for parsing espressif target so workaround can be removed
This commit is contained in:
parent
461dec0052
commit
5d37a4a158
2 changed files with 1 additions and 2 deletions
|
@ -11,7 +11,7 @@ include(FetchContent)
|
|||
FetchContent_Declare(
|
||||
Corrosion
|
||||
GIT_REPOSITORY https://github.com/corrosion-rs/corrosion.git
|
||||
GIT_TAG v0.4.2
|
||||
GIT_TAG v0.4.3
|
||||
)
|
||||
FetchContent_MakeAvailable(Corrosion)
|
||||
|
||||
|
|
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue