Skip to content

Commit b321943

Browse files
committed
spirv-builder cmd: remove crate-type declarations from difftests
1 parent c27f621 commit b321943

File tree

18 files changed

+0
-54
lines changed

18 files changed

+0
-54
lines changed

tests/difftests/tests/arch/atomic_ops/atomic_ops-rust/Cargo.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ edition.workspace = true
55
[lints]
66
workspace = true
77

8-
[lib]
9-
crate-type = ["dylib"]
10-
118
# Common deps
129
[dependencies]
1310

tests/difftests/tests/arch/memory_barriers/memory_barriers-rust/Cargo.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ edition.workspace = true
55
[lints]
66
workspace = true
77

8-
[lib]
9-
crate-type = ["dylib"]
10-
118
# GPU deps
129
[dependencies]
1310
spirv-std.workspace = true

tests/difftests/tests/arch/push_constants/push_constants-rust/Cargo.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ edition.workspace = true
55
[lints]
66
workspace = true
77

8-
[lib]
9-
crate-type = ["dylib"]
10-
118
# GPU deps
129
[dependencies]
1310
spirv-std.workspace = true

tests/difftests/tests/arch/vector_extract_insert/vector_extract_insert-rust/Cargo.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ edition.workspace = true
55
[lints]
66
workspace = true
77

8-
[lib]
9-
crate-type = ["dylib"]
10-
118
# GPU deps
129
[dependencies]
1310
spirv-std.workspace = true

tests/difftests/tests/lang/control_flow/control_flow-rust/Cargo.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ edition.workspace = true
55
[lints]
66
workspace = true
77

8-
[lib]
9-
crate-type = ["dylib"]
10-
118
# Common deps
129
[dependencies]
1310

tests/difftests/tests/lang/control_flow_complex/control_flow_complex-rust/Cargo.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ edition.workspace = true
55
[lints]
66
workspace = true
77

8-
[lib]
9-
crate-type = ["dylib"]
10-
118
# GPU deps
129
[dependencies]
1310
spirv-std.workspace = true

tests/difftests/tests/lang/core/intrinsics/black_box_noop/with-black-box/Cargo.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ edition.workspace = true
55
[lints]
66
workspace = true
77

8-
[lib]
9-
crate-type = ["dylib"]
10-
118
# GPU deps
129
[dependencies]
1310
spirv-std.workspace = true

tests/difftests/tests/lang/core/intrinsics/black_box_noop/without-black-box/Cargo.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ edition.workspace = true
55
[lints]
66
workspace = true
77

8-
[lib]
9-
crate-type = ["dylib"]
10-
118
# GPU deps
129
[dependencies]
1310
spirv-std.workspace = true

tests/difftests/tests/lang/core/ops/bitwise_ops/bitwise_ops-rust/Cargo.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ edition.workspace = true
55
[lints]
66
workspace = true
77

8-
[lib]
9-
crate-type = ["dylib"]
10-
118
# GPU deps
129
[dependencies]
1310
spirv-std.workspace = true

tests/difftests/tests/lang/core/ops/const_fold_int/const-expr-shader/Cargo.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ edition.workspace = true
55
[lints]
66
workspace = true
77

8-
[lib]
9-
crate-type = ["dylib"]
10-
118
# GPU deps
129
[dependencies]
1310
const_fold_int-const-fold-cpu = { path = "../const-fold-cpu" }

0 commit comments

Comments
 (0)