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 39ead72 commit d2c8922Copy full SHA for d2c8922
Cargo.toml
@@ -195,6 +195,9 @@ clap = "4.5"
195
spirv-std = { git = "https://github.com/rust-gpu/rust-gpu", rev = "c12f216121820580731440ee79ebc7403d6ea04f" }
196
cargo-gpu = { git = "https://github.com/rust-gpu/cargo-gpu", rev = "f969528e87baa17a7d48eecf4a6fcfdcaaf30566" }
197
198
+[workspace.lints.rust]
199
+unexpected_cfgs = { level = "allow", check-cfg = ['cfg(target_arch, values("spirv"))'] }
200
+
201
[profile.dev]
202
opt-level = 1
203
node-graph/graster-nodes/Cargo.toml
@@ -9,6 +9,9 @@ license = "MIT OR Apache-2.0"
9
[lib]
10
crate-type = ["rlib", "dylib"]
11
12
+[lints]
13
+workspace = true
14
15
[features]
16
default = ["std"]
17
std = [
0 commit comments