mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-01 22:31:14 +00:00
Update version number in README
This commit is contained in:
parent
84298fd95a
commit
071c1ea92f
2 changed files with 3 additions and 3 deletions
|
@ -36,7 +36,7 @@ include(FetchContent)
|
||||||
FetchContent_Declare(
|
FetchContent_Declare(
|
||||||
SixtyFPS
|
SixtyFPS
|
||||||
GIT_REPOSITORY https://github.com/sixtyfpsui/sixtyfps.git
|
GIT_REPOSITORY https://github.com/sixtyfpsui/sixtyfps.git
|
||||||
GIT_TAG v0.1.0
|
GIT_TAG v0.1.1
|
||||||
SOURCE_SUBDIR api/sixtyfps-cpp
|
SOURCE_SUBDIR api/sixtyfps-cpp
|
||||||
)
|
)
|
||||||
FetchContent_MakeAvailable(SixtyFPS)
|
FetchContent_MakeAvailable(SixtyFPS)
|
||||||
|
@ -107,7 +107,7 @@ include(FetchContent)
|
||||||
FetchContent_Declare(
|
FetchContent_Declare(
|
||||||
SixtyFPS
|
SixtyFPS
|
||||||
GIT_REPOSITORY https://github.com/sixtyfpsui/sixtyfps.git
|
GIT_REPOSITORY https://github.com/sixtyfpsui/sixtyfps.git
|
||||||
GIT_TAG v0.1.0
|
GIT_TAG v0.1.1
|
||||||
SOURCE_SUBDIR api/sixtyfps-cpp
|
SOURCE_SUBDIR api/sixtyfps-cpp
|
||||||
)
|
)
|
||||||
FetchContent_MakeAvailable(SixtyFPS)
|
FetchContent_MakeAvailable(SixtyFPS)
|
||||||
|
|
|
@ -22,7 +22,7 @@ In your `Cargo.toml` add:
|
||||||
|
|
||||||
```toml
|
```toml
|
||||||
[dependencies]
|
[dependencies]
|
||||||
sixtyfps = "0.1.0"
|
sixtyfps = "0.1.1"
|
||||||
```
|
```
|
||||||
|
|
||||||
And in your `main.rs`:
|
And in your `main.rs`:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue