Skip to content

Commit 03e1fd7

Browse files
Firestar99LegNeato
authored andcommitted
difftests: don't cfg out the shader
1 parent 77070b7 commit 03e1fd7

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

tests/difftests/tests/simple-compute/simple-compute-rust/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ crate-type = ["dylib"]
1212
[dependencies]
1313

1414
# GPU deps
15-
[target.'cfg(target_arch = "spirv")'.dependencies]
1615
spirv-std.workspace = true
1716

1817
# CPU deps

tests/difftests/tests/simple-compute/simple-compute-rust/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#![cfg(target_arch = "spirv")]
21
#![no_std]
32

43
use spirv_std::spirv;

0 commit comments

Comments
 (0)