Releases: silbinarywolf/zig-android-sdk
Releases · silbinarywolf/zig-android-sdk
v0.3.2
What's Changed
- Fixed a runtime crash caused by invalid path handling when adding assets to apk by @Blayung in #65
- Improve asset directory to support generated directories by @silbinarywolf in #67
- fix SDL3 example for Zig 0.16.X and add very panic handling back in for Zig 0.16.X+ (no stack trace support) by @silbinarywolf in #69
Full Changelog: v0.3.1...v0.3.2
v0.3.1
v0.3.0
What's Changed
- add various fixes to support Zig 0.16.0-dev.2040+c475f1fcd
- add b.graph.io parameter to various file handling operations if building with Zig 0.16.X or higher.
- no longer supporting custom panic handler if building with Zig 0.16.x-dev or higher.
- Linux: add automatic detection of Android Studio so it's jarsigner/java/etc binaries can be utilized.
- Windows: remove deprecated Android Studio registry check logic
Full Changelog: v0.2.0...v0.3.0
v0.2.0
improve C++ include support so that openxr_loader will build for Andr…