Use xbuild instead of cargo apk in the CI

In addition to cargo apk being deprecated, xbuild also has support for
ios.

Signed-off-by: John Nunley <dev@notgull.net>
This commit is contained in:
John Nunley
2023-09-04 13:36:12 -07:00
parent b938fe9df5
commit f9a975e6e5
5 changed files with 36 additions and 19 deletions

View File

@@ -213,4 +213,5 @@ web-sys = { version = "0.3.22", features = ['CanvasRenderingContext2d'] }
[workspace]
members = [
"run-wasm",
"xbuild-target"
]