We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7aaced0 commit 90502a9Copy full SHA for 90502a9
CMakeLists.txt
@@ -1,6 +1,6 @@
1
cmake_minimum_required(VERSION 3.11)
2
project (raylib_aseprite
3
- VERSION 4.0.3
+ VERSION 4.2.0
4
DESCRIPTION "raylib_aseprite: Use Aseprite files in raylib"
5
HOMEPAGE_URL "https://github.com/robloach/raylib-aseprite"
6
LANGUAGES C)
examples/CMakeLists.txt
@@ -5,7 +5,7 @@ if (NOT raylib_FOUND)
FetchContent_Declare(
raylib
7
GIT_REPOSITORY https://github.com/raysan5/raylib.git
8
- GIT_TAG 4.0.0
+ GIT_TAG 4.2.0
9
)
10
FetchContent_GetProperties(raylib)
11
if (NOT raylib_POPULATED) # Have we downloaded raylib yet?
0 commit comments