We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 382dcde commit 588b931Copy full SHA for 588b931
examples/termbox2-image-demo/CMakeLists.txt
@@ -10,7 +10,7 @@ set(FETCHCONTENT_QUIET FALSE)
10
FetchContent_Declare(
11
termbox2
12
GIT_REPOSITORY "https://github.com/termbox/termbox2.git"
13
- GIT_TAG "9c9281a9a4c971a2be57f8645e828ec99fd555e8"
+ GIT_TAG "ffd159c2a6106dd5eef338a6702ad15d4d4aa809"
14
GIT_PROGRESS TRUE
15
GIT_SHALLOW TRUE
16
)
@@ -19,7 +19,7 @@ FetchContent_MakeAvailable(termbox2)
19
20
stb
21
GIT_REPOSITORY "https://github.com/nothings/stb.git"
22
- GIT_TAG "f58f558c120e9b32c217290b80bad1a0729fbb2c"
+ GIT_TAG "fede005abaf93d9d7f3a679d1999b2db341b360f"
23
24
25
0 commit comments