Skip to content

Releases: silbinarywolf/zig-android-sdk

v0.3.0

10 Jan 09:04
870c7c2

Choose a tag to compare

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

26 Dec 10:15
941fc65

Choose a tag to compare

improve C++ include support so that openxr_loader will build for Andr…