gfx-rs / wgpu-native

Native WebGPU implementation based on wgpu-core
Apache License 2.0
871 stars 104 forks source link

Build packages for Mac Catalyst #333

Open ifiddynine opened 10 months ago

ifiddynine commented 10 months ago

We utilize Mac Catalyst heavily internally, and would love to see prebuilt binaries for that platform on top of MacOS.

Note: Untested on the wgpu-native build machines since I'm not able to.

almarklein commented 10 months ago

I'm not 100% sure, but I think that on your fork you can manually trigger the CD build. That should build the new binaries so they can be tested.

almarklein commented 2 months ago

The cd script was refactored recently. The builds are now grouped by OS, using a matrix to build various flavours of e.g. Mac builds. Should be fairly easy to adopt.

But would be great if you could first test the builds, by triggering the CD on your own fork.