mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-31 15:47:26 +00:00
Prepare esp-idf component for release
- Remove the alpha suffix - Use Slint from the release tag not the branch. It would be awkward if the 1.2.0 esp-idf component would end up using Slint 1.3.0, so let's tie them together for now.
This commit is contained in:
parent
5e9aa8830e
commit
c92c554da9
2 changed files with 2 additions and 2 deletions
|
@ -29,7 +29,7 @@ else(SLINT_ESP_LOCAL_EXAMPLE)
|
|||
FetchContent_Declare(
|
||||
Slint
|
||||
GIT_REPOSITORY https://github.com/slint-ui/slint
|
||||
GIT_TAG master #FIXME: this needs to be hardcoded to a version number
|
||||
GIT_TAG v1.2.0
|
||||
SOURCE_SUBDIR api/cpp
|
||||
)
|
||||
FetchContent_MakeAvailable(Slint)
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
description: "Slint — declarative GUI toolkit"
|
||||
url: "https://slint.dev"
|
||||
license: "GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial"
|
||||
version: "1.2.0-alpha5"
|
||||
version: "1.2.0"
|
||||
discussion: "https://github.com/slint-ui/slint/discussions"
|
||||
documentation: "https://slint.dev/docs"
|
||||
repository: "https://github.com/slint-ui/slint"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue