We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
unexpected_cfgs
1 parent b3b5073 commit 54d9060Copy full SHA for 54d9060
crates/shader-crate-template/Cargo.toml
@@ -6,6 +6,9 @@ edition = "2021"
6
[lib]
7
crate-type = ["rlib", "cdylib"]
8
9
+[lints.rust]
10
+unexpected_cfgs = { level = "allow", check-cfg = ['cfg(target_arch, values("spirv"))'] }
11
+
12
# Dependencies for CPU and GPU code
13
[dependencies]
14
# TODO: use a simple crate version once v0.10.0 is released
0 commit comments