diff --git a/SDL3-CS/Jars/SDL3AndroidBridge.jar b/SDL3-CS/Jars/SDL3AndroidBridge.jar index 87afa9e..796e30d 100644 Binary files a/SDL3-CS/Jars/SDL3AndroidBridge.jar and b/SDL3-CS/Jars/SDL3AndroidBridge.jar differ diff --git a/native/android/arm64-v8a/libSDL3.so b/native/android/arm64-v8a/libSDL3.so index d21f4eb..40e9812 100755 Binary files a/native/android/arm64-v8a/libSDL3.so and b/native/android/arm64-v8a/libSDL3.so differ diff --git a/native/android/arm64-v8a/libSDL3_image.so b/native/android/arm64-v8a/libSDL3_image.so index f40e9de..a5995a8 100644 Binary files a/native/android/arm64-v8a/libSDL3_image.so and b/native/android/arm64-v8a/libSDL3_image.so differ diff --git a/native/android/arm64-v8a/libSDL3_mixer.so b/native/android/arm64-v8a/libSDL3_mixer.so index e0a5fd7..b081cb1 100644 Binary files a/native/android/arm64-v8a/libSDL3_mixer.so and b/native/android/arm64-v8a/libSDL3_mixer.so differ diff --git a/native/android/arm64-v8a/libSDL3_ttf.so b/native/android/arm64-v8a/libSDL3_ttf.so index d4920a5..b088ad1 100644 Binary files a/native/android/arm64-v8a/libSDL3_ttf.so and b/native/android/arm64-v8a/libSDL3_ttf.so differ diff --git a/native/android/armeabi-v7a/libSDL3.so b/native/android/armeabi-v7a/libSDL3.so index 73bc3c7..24f6f02 100755 Binary files a/native/android/armeabi-v7a/libSDL3.so and b/native/android/armeabi-v7a/libSDL3.so differ diff --git a/native/android/armeabi-v7a/libSDL3_image.so b/native/android/armeabi-v7a/libSDL3_image.so index 59b1e3a..4aae2b3 100644 Binary files a/native/android/armeabi-v7a/libSDL3_image.so and b/native/android/armeabi-v7a/libSDL3_image.so differ diff --git a/native/android/armeabi-v7a/libSDL3_mixer.so b/native/android/armeabi-v7a/libSDL3_mixer.so index afa43bb..f88ca48 100644 Binary files a/native/android/armeabi-v7a/libSDL3_mixer.so and b/native/android/armeabi-v7a/libSDL3_mixer.so differ diff --git a/native/android/armeabi-v7a/libSDL3_ttf.so b/native/android/armeabi-v7a/libSDL3_ttf.so index 02f4215..9775bc7 100644 Binary files a/native/android/armeabi-v7a/libSDL3_ttf.so and b/native/android/armeabi-v7a/libSDL3_ttf.so differ diff --git a/native/android/x86/libSDL3.so b/native/android/x86/libSDL3.so index e62974d..62e0a0f 100755 Binary files a/native/android/x86/libSDL3.so and b/native/android/x86/libSDL3.so differ diff --git a/native/android/x86/libSDL3_image.so b/native/android/x86/libSDL3_image.so index c489b03..f7404d6 100644 Binary files a/native/android/x86/libSDL3_image.so and b/native/android/x86/libSDL3_image.so differ diff --git a/native/android/x86/libSDL3_mixer.so b/native/android/x86/libSDL3_mixer.so index 114def6..77bbf82 100644 Binary files a/native/android/x86/libSDL3_mixer.so and b/native/android/x86/libSDL3_mixer.so differ diff --git a/native/android/x86/libSDL3_ttf.so b/native/android/x86/libSDL3_ttf.so index 4cbdb5c..13a7725 100644 Binary files a/native/android/x86/libSDL3_ttf.so and b/native/android/x86/libSDL3_ttf.so differ diff --git a/native/android/x86_64/libSDL3.so b/native/android/x86_64/libSDL3.so index 1860d69..ecbda25 100755 Binary files a/native/android/x86_64/libSDL3.so and b/native/android/x86_64/libSDL3.so differ diff --git a/native/android/x86_64/libSDL3_image.so b/native/android/x86_64/libSDL3_image.so index 5942479..9dbdb9f 100644 Binary files a/native/android/x86_64/libSDL3_image.so and b/native/android/x86_64/libSDL3_image.so differ diff --git a/native/android/x86_64/libSDL3_mixer.so b/native/android/x86_64/libSDL3_mixer.so index c5807f0..147b5b0 100644 Binary files a/native/android/x86_64/libSDL3_mixer.so and b/native/android/x86_64/libSDL3_mixer.so differ diff --git a/native/android/x86_64/libSDL3_ttf.so b/native/android/x86_64/libSDL3_ttf.so index 12e58a3..fbc945f 100644 Binary files a/native/android/x86_64/libSDL3_ttf.so and b/native/android/x86_64/libSDL3_ttf.so differ diff --git a/native/ios/SDL3.xcframework/Info.plist b/native/ios/SDL3.xcframework/Info.plist index 4bb383e..1ee9153 100644 --- a/native/ios/SDL3.xcframework/Info.plist +++ b/native/ios/SDL3.xcframework/Info.plist @@ -21,6 +21,23 @@ SupportedPlatformVariant simulator + + BinaryPath + SDL3.framework/SDL3 + LibraryIdentifier + ios-arm64_x86_64-simulator + LibraryPath + SDL3.framework + SupportedArchitectures + + arm64 + x86_64 + + SupportedPlatform + ios + SupportedPlatformVariant + simulator + BinaryPath SDL3.framework/SDL3 @@ -70,23 +87,6 @@ SupportedPlatform tvos - - BinaryPath - SDL3.framework/SDL3 - LibraryIdentifier - ios-arm64_x86_64-simulator - LibraryPath - SDL3.framework - SupportedArchitectures - - arm64 - x86_64 - - SupportedPlatform - ios - SupportedPlatformVariant - simulator - CFBundlePackageType XFWK diff --git a/native/ios/SDL3.xcframework/ios-arm64/SDL3.framework/Info.plist b/native/ios/SDL3.xcframework/ios-arm64/SDL3.framework/Info.plist index 3d8e60e..40cb14f 100644 Binary files a/native/ios/SDL3.xcframework/ios-arm64/SDL3.framework/Info.plist and b/native/ios/SDL3.xcframework/ios-arm64/SDL3.framework/Info.plist differ diff --git a/native/ios/SDL3.xcframework/ios-arm64/SDL3.framework/SDL3 b/native/ios/SDL3.xcframework/ios-arm64/SDL3.framework/SDL3 index c25e093..a3ea942 100755 Binary files a/native/ios/SDL3.xcframework/ios-arm64/SDL3.framework/SDL3 and b/native/ios/SDL3.xcframework/ios-arm64/SDL3.framework/SDL3 differ diff --git a/native/ios/SDL3.xcframework/ios-arm64_x86_64-simulator/SDL3.framework/Info.plist b/native/ios/SDL3.xcframework/ios-arm64_x86_64-simulator/SDL3.framework/Info.plist index 7d7f544..793e363 100644 Binary files a/native/ios/SDL3.xcframework/ios-arm64_x86_64-simulator/SDL3.framework/Info.plist and b/native/ios/SDL3.xcframework/ios-arm64_x86_64-simulator/SDL3.framework/Info.plist differ diff --git a/native/ios/SDL3.xcframework/ios-arm64_x86_64-simulator/SDL3.framework/SDL3 b/native/ios/SDL3.xcframework/ios-arm64_x86_64-simulator/SDL3.framework/SDL3 index 739aa0c..243bbe9 100755 Binary files a/native/ios/SDL3.xcframework/ios-arm64_x86_64-simulator/SDL3.framework/SDL3 and b/native/ios/SDL3.xcframework/ios-arm64_x86_64-simulator/SDL3.framework/SDL3 differ diff --git a/native/ios/SDL3_image.xcframework/Info.plist b/native/ios/SDL3_image.xcframework/Info.plist index cd34795..ae499c8 100644 --- a/native/ios/SDL3_image.xcframework/Info.plist +++ b/native/ios/SDL3_image.xcframework/Info.plist @@ -4,37 +4,6 @@ AvailableLibraries - - BinaryPath - SDL3_image.framework/SDL3_image - LibraryIdentifier - tvos-arm64_x86_64-simulator - LibraryPath - SDL3_image.framework - SupportedArchitectures - - arm64 - x86_64 - - SupportedPlatform - tvos - SupportedPlatformVariant - simulator - - - BinaryPath - SDL3_image.framework/SDL3_image - LibraryIdentifier - ios-arm64 - LibraryPath - SDL3_image.framework - SupportedArchitectures - - arm64 - - SupportedPlatform - ios - BinaryPath SDL3_image.framework/SDL3_image @@ -52,6 +21,20 @@ SupportedPlatformVariant simulator + + BinaryPath + SDL3_image.framework/SDL3_image + LibraryIdentifier + tvos-arm64 + LibraryPath + SDL3_image.framework + SupportedArchitectures + + arm64 + + SupportedPlatform + tvos + BinaryPath SDL3_image.framework/Versions/A/SDL3_image @@ -71,7 +54,7 @@ BinaryPath SDL3_image.framework/SDL3_image LibraryIdentifier - tvos-arm64 + ios-arm64 LibraryPath SDL3_image.framework SupportedArchitectures @@ -79,7 +62,24 @@ arm64 SupportedPlatform + ios + + + BinaryPath + SDL3_image.framework/SDL3_image + LibraryIdentifier + tvos-arm64_x86_64-simulator + LibraryPath + SDL3_image.framework + SupportedArchitectures + + arm64 + x86_64 + + SupportedPlatform tvos + SupportedPlatformVariant + simulator CFBundlePackageType diff --git a/native/ios/SDL3_image.xcframework/ios-arm64/SDL3_image.framework/Info.plist b/native/ios/SDL3_image.xcframework/ios-arm64/SDL3_image.framework/Info.plist index 34e022c..10cbd67 100644 Binary files a/native/ios/SDL3_image.xcframework/ios-arm64/SDL3_image.framework/Info.plist and b/native/ios/SDL3_image.xcframework/ios-arm64/SDL3_image.framework/Info.plist differ diff --git a/native/ios/SDL3_image.xcframework/ios-arm64/SDL3_image.framework/SDL3_image b/native/ios/SDL3_image.xcframework/ios-arm64/SDL3_image.framework/SDL3_image index 42406b0..bb4d511 100755 Binary files a/native/ios/SDL3_image.xcframework/ios-arm64/SDL3_image.framework/SDL3_image and b/native/ios/SDL3_image.xcframework/ios-arm64/SDL3_image.framework/SDL3_image differ diff --git a/native/ios/SDL3_image.xcframework/ios-arm64_x86_64-simulator/SDL3_image.framework/Info.plist b/native/ios/SDL3_image.xcframework/ios-arm64_x86_64-simulator/SDL3_image.framework/Info.plist index c2fb708..53fe13c 100644 Binary files a/native/ios/SDL3_image.xcframework/ios-arm64_x86_64-simulator/SDL3_image.framework/Info.plist and b/native/ios/SDL3_image.xcframework/ios-arm64_x86_64-simulator/SDL3_image.framework/Info.plist differ diff --git a/native/ios/SDL3_image.xcframework/ios-arm64_x86_64-simulator/SDL3_image.framework/SDL3_image b/native/ios/SDL3_image.xcframework/ios-arm64_x86_64-simulator/SDL3_image.framework/SDL3_image index 01455a6..b8a220e 100755 Binary files a/native/ios/SDL3_image.xcframework/ios-arm64_x86_64-simulator/SDL3_image.framework/SDL3_image and b/native/ios/SDL3_image.xcframework/ios-arm64_x86_64-simulator/SDL3_image.framework/SDL3_image differ diff --git a/native/ios/SDL3_mixer.xcframework/Info.plist b/native/ios/SDL3_mixer.xcframework/Info.plist index 833a546..ab7b1d6 100644 --- a/native/ios/SDL3_mixer.xcframework/Info.plist +++ b/native/ios/SDL3_mixer.xcframework/Info.plist @@ -4,6 +4,35 @@ AvailableLibraries + + BinaryPath + SDL3_mixer.framework/SDL3_mixer + LibraryIdentifier + tvos-arm64 + LibraryPath + SDL3_mixer.framework + SupportedArchitectures + + arm64 + + SupportedPlatform + tvos + + + BinaryPath + SDL3_mixer.framework/Versions/A/SDL3_mixer + LibraryIdentifier + macos-arm64_x86_64 + LibraryPath + SDL3_mixer.framework + SupportedArchitectures + + arm64 + x86_64 + + SupportedPlatform + macos + BinaryPath SDL3_mixer.framework/SDL3_mixer @@ -21,38 +50,6 @@ SupportedPlatformVariant simulator - - BinaryPath - SDL3_mixer.framework/SDL3_mixer - LibraryIdentifier - ios-arm64_x86_64-simulator - LibraryPath - SDL3_mixer.framework - SupportedArchitectures - - arm64 - x86_64 - - SupportedPlatform - ios - SupportedPlatformVariant - simulator - - - BinaryPath - SDL3_mixer.framework/Versions/A/SDL3_mixer - LibraryIdentifier - macos-arm64_x86_64 - LibraryPath - SDL3_mixer.framework - SupportedArchitectures - - arm64 - x86_64 - - SupportedPlatform - macos - BinaryPath SDL3_mixer.framework/SDL3_mixer @@ -71,15 +68,18 @@ BinaryPath SDL3_mixer.framework/SDL3_mixer LibraryIdentifier - tvos-arm64 + ios-arm64_x86_64-simulator LibraryPath SDL3_mixer.framework SupportedArchitectures arm64 + x86_64 SupportedPlatform - tvos + ios + SupportedPlatformVariant + simulator CFBundlePackageType diff --git a/native/ios/SDL3_mixer.xcframework/ios-arm64/SDL3_mixer.framework/Info.plist b/native/ios/SDL3_mixer.xcframework/ios-arm64/SDL3_mixer.framework/Info.plist index 7496a56..79178a0 100644 Binary files a/native/ios/SDL3_mixer.xcframework/ios-arm64/SDL3_mixer.framework/Info.plist and b/native/ios/SDL3_mixer.xcframework/ios-arm64/SDL3_mixer.framework/Info.plist differ diff --git a/native/ios/SDL3_mixer.xcframework/ios-arm64/SDL3_mixer.framework/SDL3_mixer b/native/ios/SDL3_mixer.xcframework/ios-arm64/SDL3_mixer.framework/SDL3_mixer index f389b26..0a018b8 100755 Binary files a/native/ios/SDL3_mixer.xcframework/ios-arm64/SDL3_mixer.framework/SDL3_mixer and b/native/ios/SDL3_mixer.xcframework/ios-arm64/SDL3_mixer.framework/SDL3_mixer differ diff --git a/native/ios/SDL3_mixer.xcframework/ios-arm64_x86_64-simulator/SDL3_mixer.framework/Info.plist b/native/ios/SDL3_mixer.xcframework/ios-arm64_x86_64-simulator/SDL3_mixer.framework/Info.plist index 2a0d9a8..ef4f76e 100644 Binary files a/native/ios/SDL3_mixer.xcframework/ios-arm64_x86_64-simulator/SDL3_mixer.framework/Info.plist and b/native/ios/SDL3_mixer.xcframework/ios-arm64_x86_64-simulator/SDL3_mixer.framework/Info.plist differ diff --git a/native/ios/SDL3_mixer.xcframework/ios-arm64_x86_64-simulator/SDL3_mixer.framework/SDL3_mixer b/native/ios/SDL3_mixer.xcframework/ios-arm64_x86_64-simulator/SDL3_mixer.framework/SDL3_mixer index ccf3c5e..6b30c16 100755 Binary files a/native/ios/SDL3_mixer.xcframework/ios-arm64_x86_64-simulator/SDL3_mixer.framework/SDL3_mixer and b/native/ios/SDL3_mixer.xcframework/ios-arm64_x86_64-simulator/SDL3_mixer.framework/SDL3_mixer differ diff --git a/native/ios/SDL3_ttf.xcframework/Info.plist b/native/ios/SDL3_ttf.xcframework/Info.plist index 173bed2..b46f6af 100644 --- a/native/ios/SDL3_ttf.xcframework/Info.plist +++ b/native/ios/SDL3_ttf.xcframework/Info.plist @@ -4,34 +4,6 @@ AvailableLibraries - - BinaryPath - SDL3_ttf.framework/SDL3_ttf - LibraryIdentifier - tvos-arm64 - LibraryPath - SDL3_ttf.framework - SupportedArchitectures - - arm64 - - SupportedPlatform - tvos - - - BinaryPath - SDL3_ttf.framework/SDL3_ttf - LibraryIdentifier - ios-arm64 - LibraryPath - SDL3_ttf.framework - SupportedArchitectures - - arm64 - - SupportedPlatform - ios - BinaryPath SDL3_ttf.framework/Versions/A/SDL3_ttf @@ -51,18 +23,29 @@ BinaryPath SDL3_ttf.framework/SDL3_ttf LibraryIdentifier - tvos-arm64_x86_64-simulator + ios-arm64 + LibraryPath + SDL3_ttf.framework + SupportedArchitectures + + arm64 + + SupportedPlatform + ios + + + BinaryPath + SDL3_ttf.framework/SDL3_ttf + LibraryIdentifier + tvos-arm64 LibraryPath SDL3_ttf.framework SupportedArchitectures arm64 - x86_64 SupportedPlatform tvos - SupportedPlatformVariant - simulator BinaryPath @@ -81,6 +64,23 @@ SupportedPlatformVariant simulator + + BinaryPath + SDL3_ttf.framework/SDL3_ttf + LibraryIdentifier + tvos-arm64_x86_64-simulator + LibraryPath + SDL3_ttf.framework + SupportedArchitectures + + arm64 + x86_64 + + SupportedPlatform + tvos + SupportedPlatformVariant + simulator + CFBundlePackageType XFWK diff --git a/native/ios/SDL3_ttf.xcframework/ios-arm64/SDL3_ttf.framework/Info.plist b/native/ios/SDL3_ttf.xcframework/ios-arm64/SDL3_ttf.framework/Info.plist index e906057..0eb5c15 100644 Binary files a/native/ios/SDL3_ttf.xcframework/ios-arm64/SDL3_ttf.framework/Info.plist and b/native/ios/SDL3_ttf.xcframework/ios-arm64/SDL3_ttf.framework/Info.plist differ diff --git a/native/ios/SDL3_ttf.xcframework/ios-arm64/SDL3_ttf.framework/SDL3_ttf b/native/ios/SDL3_ttf.xcframework/ios-arm64/SDL3_ttf.framework/SDL3_ttf index 4dd89bd..74d3869 100755 Binary files a/native/ios/SDL3_ttf.xcframework/ios-arm64/SDL3_ttf.framework/SDL3_ttf and b/native/ios/SDL3_ttf.xcframework/ios-arm64/SDL3_ttf.framework/SDL3_ttf differ diff --git a/native/ios/SDL3_ttf.xcframework/ios-arm64_x86_64-simulator/SDL3_ttf.framework/Info.plist b/native/ios/SDL3_ttf.xcframework/ios-arm64_x86_64-simulator/SDL3_ttf.framework/Info.plist index edb8935..248fcc6 100644 Binary files a/native/ios/SDL3_ttf.xcframework/ios-arm64_x86_64-simulator/SDL3_ttf.framework/Info.plist and b/native/ios/SDL3_ttf.xcframework/ios-arm64_x86_64-simulator/SDL3_ttf.framework/Info.plist differ diff --git a/native/ios/SDL3_ttf.xcframework/ios-arm64_x86_64-simulator/SDL3_ttf.framework/SDL3_ttf b/native/ios/SDL3_ttf.xcframework/ios-arm64_x86_64-simulator/SDL3_ttf.framework/SDL3_ttf index c05fe6f..e238a2f 100755 Binary files a/native/ios/SDL3_ttf.xcframework/ios-arm64_x86_64-simulator/SDL3_ttf.framework/SDL3_ttf and b/native/ios/SDL3_ttf.xcframework/ios-arm64_x86_64-simulator/SDL3_ttf.framework/SDL3_ttf differ diff --git a/native/linux-arm/libSDL3.so b/native/linux-arm/libSDL3.so index aa8855c..b3305ef 100644 Binary files a/native/linux-arm/libSDL3.so and b/native/linux-arm/libSDL3.so differ diff --git a/native/linux-arm/libSDL3_image.so b/native/linux-arm/libSDL3_image.so index c3b5b20..29a54dc 100644 Binary files a/native/linux-arm/libSDL3_image.so and b/native/linux-arm/libSDL3_image.so differ diff --git a/native/linux-arm/libSDL3_mixer.so b/native/linux-arm/libSDL3_mixer.so index 9a6d3b7..2bc43f0 100644 Binary files a/native/linux-arm/libSDL3_mixer.so and b/native/linux-arm/libSDL3_mixer.so differ diff --git a/native/linux-arm/libSDL3_ttf.so b/native/linux-arm/libSDL3_ttf.so index 0571c47..2f8e039 100644 Binary files a/native/linux-arm/libSDL3_ttf.so and b/native/linux-arm/libSDL3_ttf.so differ diff --git a/native/linux-arm64/libSDL3.so b/native/linux-arm64/libSDL3.so index 7254584..cc44202 100644 Binary files a/native/linux-arm64/libSDL3.so and b/native/linux-arm64/libSDL3.so differ diff --git a/native/linux-arm64/libSDL3_image.so b/native/linux-arm64/libSDL3_image.so index c145cf2..73f3a41 100644 Binary files a/native/linux-arm64/libSDL3_image.so and b/native/linux-arm64/libSDL3_image.so differ diff --git a/native/linux-arm64/libSDL3_mixer.so b/native/linux-arm64/libSDL3_mixer.so index cd2af6b..abf6e59 100644 Binary files a/native/linux-arm64/libSDL3_mixer.so and b/native/linux-arm64/libSDL3_mixer.so differ diff --git a/native/linux-arm64/libSDL3_ttf.so b/native/linux-arm64/libSDL3_ttf.so index b2599d3..84e4beb 100644 Binary files a/native/linux-arm64/libSDL3_ttf.so and b/native/linux-arm64/libSDL3_ttf.so differ diff --git a/native/linux-x64/libSDL3.so b/native/linux-x64/libSDL3.so index 565a4d8..9fcd049 100644 Binary files a/native/linux-x64/libSDL3.so and b/native/linux-x64/libSDL3.so differ diff --git a/native/linux-x64/libSDL3_image.so b/native/linux-x64/libSDL3_image.so index e2de35d..992897c 100644 Binary files a/native/linux-x64/libSDL3_image.so and b/native/linux-x64/libSDL3_image.so differ diff --git a/native/linux-x64/libSDL3_mixer.so b/native/linux-x64/libSDL3_mixer.so index 68d57b3..866204d 100644 Binary files a/native/linux-x64/libSDL3_mixer.so and b/native/linux-x64/libSDL3_mixer.so differ diff --git a/native/linux-x64/libSDL3_ttf.so b/native/linux-x64/libSDL3_ttf.so index e02a9a7..1789abe 100644 Binary files a/native/linux-x64/libSDL3_ttf.so and b/native/linux-x64/libSDL3_ttf.so differ diff --git a/native/linux-x86/libSDL3.so b/native/linux-x86/libSDL3.so index ba48f86..145798a 100644 Binary files a/native/linux-x86/libSDL3.so and b/native/linux-x86/libSDL3.so differ diff --git a/native/linux-x86/libSDL3_image.so b/native/linux-x86/libSDL3_image.so index 5e97a88..1575f6b 100644 Binary files a/native/linux-x86/libSDL3_image.so and b/native/linux-x86/libSDL3_image.so differ diff --git a/native/linux-x86/libSDL3_mixer.so b/native/linux-x86/libSDL3_mixer.so index c180800..12b8613 100644 Binary files a/native/linux-x86/libSDL3_mixer.so and b/native/linux-x86/libSDL3_mixer.so differ diff --git a/native/linux-x86/libSDL3_ttf.so b/native/linux-x86/libSDL3_ttf.so index dfc8682..3757f63 100644 Binary files a/native/linux-x86/libSDL3_ttf.so and b/native/linux-x86/libSDL3_ttf.so differ diff --git a/native/osx-arm64/libSDL3.dylib b/native/osx-arm64/libSDL3.dylib index b67ebf7..1bd2eaf 100755 Binary files a/native/osx-arm64/libSDL3.dylib and b/native/osx-arm64/libSDL3.dylib differ diff --git a/native/osx-arm64/libSDL3_image.dylib b/native/osx-arm64/libSDL3_image.dylib index 6ba1a82..3cbc968 100755 Binary files a/native/osx-arm64/libSDL3_image.dylib and b/native/osx-arm64/libSDL3_image.dylib differ diff --git a/native/osx-arm64/libSDL3_mixer.dylib b/native/osx-arm64/libSDL3_mixer.dylib index 861d625..24c8b17 100755 Binary files a/native/osx-arm64/libSDL3_mixer.dylib and b/native/osx-arm64/libSDL3_mixer.dylib differ diff --git a/native/osx-arm64/libSDL3_ttf.dylib b/native/osx-arm64/libSDL3_ttf.dylib index 634acd5..a905d6f 100755 Binary files a/native/osx-arm64/libSDL3_ttf.dylib and b/native/osx-arm64/libSDL3_ttf.dylib differ diff --git a/native/osx-x64/libSDL3.dylib b/native/osx-x64/libSDL3.dylib index 59bbd0e..9d80431 100755 Binary files a/native/osx-x64/libSDL3.dylib and b/native/osx-x64/libSDL3.dylib differ diff --git a/native/osx-x64/libSDL3_image.dylib b/native/osx-x64/libSDL3_image.dylib index 43b0ff4..5f9534d 100755 Binary files a/native/osx-x64/libSDL3_image.dylib and b/native/osx-x64/libSDL3_image.dylib differ diff --git a/native/osx-x64/libSDL3_mixer.dylib b/native/osx-x64/libSDL3_mixer.dylib index 9cb1414..acb2c97 100755 Binary files a/native/osx-x64/libSDL3_mixer.dylib and b/native/osx-x64/libSDL3_mixer.dylib differ diff --git a/native/osx-x64/libSDL3_ttf.dylib b/native/osx-x64/libSDL3_ttf.dylib index 29a76a2..82011ee 100755 Binary files a/native/osx-x64/libSDL3_ttf.dylib and b/native/osx-x64/libSDL3_ttf.dylib differ diff --git a/native/win-arm64/SDL3.dll b/native/win-arm64/SDL3.dll index aa4e73d..242c412 100644 Binary files a/native/win-arm64/SDL3.dll and b/native/win-arm64/SDL3.dll differ diff --git a/native/win-arm64/SDL3_image.dll b/native/win-arm64/SDL3_image.dll index 8768743..68625ea 100644 Binary files a/native/win-arm64/SDL3_image.dll and b/native/win-arm64/SDL3_image.dll differ diff --git a/native/win-arm64/SDL3_mixer.dll b/native/win-arm64/SDL3_mixer.dll index 710a0e2..8a73a9a 100644 Binary files a/native/win-arm64/SDL3_mixer.dll and b/native/win-arm64/SDL3_mixer.dll differ diff --git a/native/win-arm64/SDL3_ttf.dll b/native/win-arm64/SDL3_ttf.dll index 7ecac2d..3043126 100644 Binary files a/native/win-arm64/SDL3_ttf.dll and b/native/win-arm64/SDL3_ttf.dll differ diff --git a/native/win-x64/SDL3.dll b/native/win-x64/SDL3.dll index a5e459a..30aafbd 100644 Binary files a/native/win-x64/SDL3.dll and b/native/win-x64/SDL3.dll differ diff --git a/native/win-x64/SDL3_image.dll b/native/win-x64/SDL3_image.dll index 5ae7585..c3d0326 100644 Binary files a/native/win-x64/SDL3_image.dll and b/native/win-x64/SDL3_image.dll differ diff --git a/native/win-x64/SDL3_mixer.dll b/native/win-x64/SDL3_mixer.dll index e2f7b1a..44b7856 100644 Binary files a/native/win-x64/SDL3_mixer.dll and b/native/win-x64/SDL3_mixer.dll differ diff --git a/native/win-x64/SDL3_ttf.dll b/native/win-x64/SDL3_ttf.dll index 83b57d6..34fd636 100644 Binary files a/native/win-x64/SDL3_ttf.dll and b/native/win-x64/SDL3_ttf.dll differ diff --git a/native/win-x86/SDL3.dll b/native/win-x86/SDL3.dll index 76fbbae..4e066b4 100644 Binary files a/native/win-x86/SDL3.dll and b/native/win-x86/SDL3.dll differ diff --git a/native/win-x86/SDL3_image.dll b/native/win-x86/SDL3_image.dll index 17f9d34..036b393 100644 Binary files a/native/win-x86/SDL3_image.dll and b/native/win-x86/SDL3_image.dll differ diff --git a/native/win-x86/SDL3_mixer.dll b/native/win-x86/SDL3_mixer.dll index 2676857..1ad35b3 100644 Binary files a/native/win-x86/SDL3_mixer.dll and b/native/win-x86/SDL3_mixer.dll differ diff --git a/native/win-x86/SDL3_ttf.dll b/native/win-x86/SDL3_ttf.dll index 12ff89d..b60a1fd 100644 Binary files a/native/win-x86/SDL3_ttf.dll and b/native/win-x86/SDL3_ttf.dll differ