Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: Explicitly build just the
winit
package on Android
Since rust-mobile/cargo-subcommand#23 `cargo-apk` now strictly searches for workspaces first before committing to finding the right package _within said workspace_, and bails when no package was selected since we don't support selecting (building, packaging, running) >1 target currently. Perhaps it's a bit hash to enforce this on free-form `cargo apk --` invocations, but it is what it is.
- Loading branch information