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 6a63a54 commit 77b98a9Copy full SHA for 77b98a9
CMakeLists.txt
@@ -1,6 +1,6 @@
1
cmake_minimum_required(VERSION 3.11)
2
project (raylib_aseprite
3
- VERSION 5.0.0
+ VERSION 5.0.1
4
DESCRIPTION "raylib_aseprite: Use Aseprite files in raylib"
5
HOMEPAGE_URL "https://github.com/robloach/raylib-aseprite"
6
LANGUAGES C)
README.md
@@ -2,6 +2,7 @@
Load [Aseprite](https://www.aseprite.org) `.aseprite` and `.ase` files for animated sprites in [raylib](https://www.raylib.com).
+

7
8
## Features
examples/raylib-aseprite-aseprite.png
25.1 KB
0 commit comments