We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c34094 commit 814f19bCopy full SHA for 814f19b
examples/runners/wgpu/Cargo.toml
@@ -7,6 +7,9 @@ edition.workspace = true
7
license.workspace = true
8
repository.workspace = true
9
10
+[target.'cfg(target_os = "android")'.lib]
11
+crate-type = ["lib", "cdylib"]
12
+
13
# See rustc_codegen_spirv/Cargo.toml for details on these features
14
[features]
15
default = ["use-compiled-tools"]
0 commit comments