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 180ab38 commit cfbcd90Copy full SHA for cfbcd90
Cargo.toml
@@ -195,6 +195,9 @@ poly-cool = "0.2.0"
195
spirv-std = { git = "https://github.com/rust-gpu/rust-gpu", rev = "3f05f5482824e3b1fbb44c9ef90a8795a0204c7c" }
196
cargo-gpu = { git = "https://github.com/rust-gpu/cargo-gpu", rev = "e8ba9a0421c27a715277da116a6f2d59cdd3266d" }
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