Point C++ users to the new release/0.2 branch

That way version upgrades to new patch release become easier.
This commit is contained in:
Simon Hausmann 2022-03-10 11:08:34 +01:00
parent cfe2bc1329
commit b34f733716
4 changed files with 5 additions and 5 deletions

View file

@ -21,7 +21,7 @@ include(FetchContent)
FetchContent_Declare(
Slint
GIT_REPOSITORY https://github.com/slint-ui/slint.git
GIT_TAG v0.2.1
GIT_TAG release/0.2
SOURCE_SUBDIR api/cpp
)
FetchContent_MakeAvailable(Slint)