mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-04 02:39:28 +00:00
Upate the links to the templates repository
Also update a few more links and reference to slint in the readme I know this means that we will have invalid links and instructions until the release, but the instructions are already broken anyway
This commit is contained in:
parent
3d209287c2
commit
567b54501a
5 changed files with 12 additions and 12 deletions
|
@ -20,7 +20,7 @@ include(FetchContent)
|
|||
FetchContent_Declare(
|
||||
Slint
|
||||
GIT_REPOSITORY https://github.com/slint-ui/slint.git
|
||||
GIT_TAG v0.1.6
|
||||
GIT_TAG v0.2.0
|
||||
SOURCE_SUBDIR api/cpp
|
||||
)
|
||||
FetchContent_MakeAvailable(Slint)
|
||||
|
@ -77,5 +77,5 @@ It will guide you through the `.slint` mark-up language and the C++ API by build
|
|||
|
||||
## Template
|
||||
|
||||
You can clone the [Template Repository](https://github.com/sixtyfpsui/sixtyfps-cpp-template) repository with
|
||||
You can clone the [Template Repository](https://github.com/slint-ui/slint-cpp-template) repository with
|
||||
the code of a minimal C++ application using Slint that can be used as a starting point to your program.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue