mirror of
https://github.com/slint-ui/slint.git
synced 2025-12-23 09:19:32 +00:00
C++: Update to Corrosion 0.6 beta to fix mingw-llvm builds
Replaces #10052
This commit is contained in:
parent
b4f6b9c75c
commit
f2579db32b
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ if (NOT Corrosion_FOUND)
|
|||
FetchContent_Declare(
|
||||
Corrosion
|
||||
GIT_REPOSITORY https://github.com/corrosion-rs/corrosion.git
|
||||
GIT_TAG v0.5.2
|
||||
GIT_TAG v0.6.0-beta1
|
||||
)
|
||||
|
||||
FetchContent_MakeAvailable(Corrosion)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue