Skip to content

Commit d12ae10

Browse files
committed
Update to raylib v4.5
1 parent 08c86cb commit d12ae10

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cmake_minimum_required(VERSION 3.11)
22
project (raylib_aseprite
3-
VERSION 4.2.1
3+
VERSION 4.5.0
44
DESCRIPTION "raylib_aseprite: Use Aseprite files in raylib"
55
HOMEPAGE_URL "https://github.com/robloach/raylib-aseprite"
66
LANGUAGES C)

examples/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ if (NOT raylib_FOUND)
55
FetchContent_Declare(
66
raylib
77
GIT_REPOSITORY https://github.com/raysan5/raylib.git
8-
GIT_TAG 4.2.0
8+
GIT_TAG 4.5.0
99
)
1010
FetchContent_GetProperties(raylib)
1111
if (NOT raylib_POPULATED) # Have we downloaded raylib yet?

include/raylib-aseprite.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Copyright 2021 Rob Loach (@RobLoach)
66
*
77
* DEPENDENCIES:
8-
* raylib https://www.raylib.com/
8+
* raylib 4.2+ https://www.raylib.com/
99
*
1010
* LICENSE: zlib/libpng
1111
*

0 commit comments

Comments
 (0)