Version updates

This commit is contained in:
Olivier Goffart 2022-01-21 09:33:16 +01:00
parent c3f0402966
commit c3f624d2fd
9 changed files with 12 additions and 12 deletions

View file

@ -21,7 +21,7 @@ include(FetchContent)
FetchContent_Declare(
SixtyFPS
GIT_REPOSITORY https://github.com/sixtyfpsui/sixtyfps.git
GIT_TAG v0.1.5
GIT_TAG v0.1.6
SOURCE_SUBDIR api/sixtyfps-cpp
)
FetchContent_MakeAvailable(SixtyFPS)