Skip to content

Commit 814f19b

Browse files
committed
fix android ci
1 parent 8c34094 commit 814f19b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

examples/runners/wgpu/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ edition.workspace = true
77
license.workspace = true
88
repository.workspace = true
99

10+
[target.'cfg(target_os = "android")'.lib]
11+
crate-type = ["lib", "cdylib"]
12+
1013
# See rustc_codegen_spirv/Cargo.toml for details on these features
1114
[features]
1215
default = ["use-compiled-tools"]

0 commit comments

Comments
 (0)