mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 23:58:50 +00:00
- Update SDL3 from 3.2.10 to 3.2.16
- Update SDL3_image from 3.2.0 to 3.2.4
This commit is contained in:
Vendored
BIN
Binary file not shown.
+1
-1
@@ -45,7 +45,7 @@ extern "C" {
|
||||
*/
|
||||
#define SDL_IMAGE_MAJOR_VERSION 3
|
||||
#define SDL_IMAGE_MINOR_VERSION 2
|
||||
#define SDL_IMAGE_MICRO_VERSION 0
|
||||
#define SDL_IMAGE_MICRO_VERSION 4
|
||||
|
||||
/**
|
||||
* This is the version number macro for the current SDL_image version.
|
||||
|
||||
Vendored
+1
-1
@@ -11,7 +11,7 @@ when ODIN_OS == .Windows {
|
||||
|
||||
MAJOR_VERSION :: 3
|
||||
MINOR_VERSION :: 2
|
||||
PATCHLEVEL :: 0
|
||||
PATCHLEVEL :: 4
|
||||
|
||||
Animation :: struct {
|
||||
w, h: c.int,
|
||||
|
||||
Reference in New Issue
Block a user