ikskuh / ZigAndroidTemplate

This repository contains a example on how to create a minimal Android app in Zig.
MIT License
344 stars 33 forks source link

Allow using ZigAndroidTemplate from the zig package manager #34

Open desttinghim opened 1 year ago

desttinghim commented 1 year ago

The ability to depend on a package at build time has been implemented in the zig package manager by this PR: https://github.com/ziglang/zig/pull/14859

It would be very nice to be able to depend on ZigAndroidTemplate using the zig package manager!

silbinarywolf commented 1 month ago

I've put together an alternative here that uses the Zig package manager: https://github.com/silbinarywolf/zig-android-sdk