Skip to content

Commit c1fc29c

Browse files
LegNeatoFirestar99
authored andcommitted
Fix pdb/path issue on windows
1 parent 7807fd9 commit c1fc29c

File tree

2 files changed

+2
-1
lines changed
  • tests/difftests/tests/arch/workgroup_memory

2 files changed

+2
-1
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ edition.workspace = true
66
workspace = true
77

88
[lib]
9+
name = "workgroup_memory_rust_shader"
910
crate-type = ["dylib"]
1011

1112
# Common deps

tests/difftests/tests/arch/workgroup_memory/workgroup_memory-vulkano/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ edition.workspace = true
55
[lints]
66
workspace = true
77

8-
98
[lib]
9+
name = "workgroup_memory_vulkano_shader"
1010
crate-type = ["dylib"]
1111

1212
# Common deps

0 commit comments

Comments
 (0)