File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
cmake_minimum_required (VERSION 3.11 )
2
2
project (raylib_aseprite
3
- VERSION 4.2.1
3
+ VERSION 4.5.0
4
4
DESCRIPTION "raylib_aseprite: Use Aseprite files in raylib"
5
5
HOMEPAGE_URL "https://github.com/robloach/raylib-aseprite"
6
6
LANGUAGES C )
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ if (NOT raylib_FOUND)
5
5
FetchContent_Declare (
6
6
raylib
7
7
GIT_REPOSITORY https://github.com/raysan5/raylib.git
8
- GIT_TAG 4.2 .0
8
+ GIT_TAG 4.5 .0
9
9
)
10
10
FetchContent_GetProperties (raylib )
11
11
if (NOT raylib_POPULATED ) # Have we downloaded raylib yet?
Original file line number Diff line number Diff line change 5
5
* Copyright 2021 Rob Loach (@RobLoach)
6
6
*
7
7
* DEPENDENCIES:
8
- * raylib https://www.raylib.com/
8
+ * raylib 4.2+ https://www.raylib.com/
9
9
*
10
10
* LICENSE: zlib/libpng
11
11
*
You can’t perform that action at this time.
0 commit comments