Skip to content

Commit d45f0e0

Browse files
committed
Update to raylib 4.2
1 parent a708acc commit d45f0e0

10 files changed

Lines changed: 9620 additions & 1277 deletions

File tree

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ set(CMAKE_CXX_FLAGS_DEBUG "-g")
2323
set(CMAKE_CXX_FLAGS_RELEASE "-O3")
2424

2525
# version doesn't seem to pick correct version
26-
#find_package(raylib 4.0 QUIET EXACT)
26+
#find_package(raylib 4.2 QUIET EXACT)
2727
if (NOT raylib_FOUND)
2828
include(FetchContent)
2929
FetchContent_Declare(
3030
raylib
3131
GIT_REPOSITORY https://github.com/raysan5/raylib.git
32-
GIT_TAG 4.0.0
32+
GIT_TAG 4.2.0
3333
GIT_SHALLOW TRUE
3434
)
3535
FetchContent_GetProperties(raylib)

0 commit comments

Comments
 (0)