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 70b1df2 commit e97524fCopy full SHA for e97524f
examples/runners/wgpu/Cargo.toml
@@ -7,6 +7,10 @@ edition.workspace = true
7
license.workspace = true
8
repository.workspace = true
9
10
+[lib]
11
+# required by cargo apk / Android
12
+crate-type = ["lib", "cdylib"]
13
+
14
# See rustc_codegen_spirv/Cargo.toml for details on these features
15
[features]
16
default = ["use-compiled-tools"]
0 commit comments