File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ jobs:
111111 echo "::endgroup::"
112112
113113 echo "::group::Build WGPU example for Android"
114- cargo apk build -p example-runner-wgpu --lib --features use-installed-tools --no-default-features
114+ cargo apk build -p example-runner-wgpu --lib --crate-type cdylib -- features use-installed-tools --no-default-features
115115 echo "::endgroup::"
116116
117117 # This just allows us to branch protect on this one job rather needing to change
Original file line number Diff line number Diff line change @@ -7,9 +7,6 @@ edition.workspace = true
77license.workspace = true
88repository.workspace = true
99
10- [lib ]
11- crate-type = [" lib" , " cdylib" ]
12-
1310# See rustc_codegen_spirv/Cargo.toml for details on these features
1411[features ]
1512default = [" use-compiled-tools" ]
You can’t perform that action at this time.
0 commit comments