File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
examples/runners/wgpu/src Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 3
3
# Tested in `NIXPKGS_ACCEPT_ANDROID_SDK_LICENSE=1 nix-shell android.nix --pure`,
4
4
# by running the following commands (x64 target is for the Android Emulator):
5
5
# rustup target add aarch64-linux-android x86_64-linux-android
6
- # cargo apk build -p example-runner-wgpu --target aarch64-linux-android
7
- # cargo apk build -p example-runner-wgpu --target x86_64-linux-android
6
+ # cargo apk build -p example-runner-wgpu --lib -- target aarch64-linux-android
7
+ # cargo apk build -p example-runner-wgpu --lib -- target x86_64-linux-android
8
8
#
9
9
# (you can also replace `cargo apk build` with `cargo apk run` to launch it,
10
10
# via `adb`, into either the Android Emulator, or a physical Android device)
File renamed without changes.
You can’t perform that action at this time.
0 commit comments