Skip to content

Commit 1de6337

Browse files
committed
Update wgpu to 27
1 parent 8d3135a commit 1de6337

File tree

6 files changed

+82
-81
lines changed

6 files changed

+82
-81
lines changed

.cargo/config.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,8 @@ IS_IN_RERUN_WORKSPACE = "yes"
2020
# https://docs.rs/getrandom/latest/getrandom/#webassembly-support
2121
[target.wasm32-unknown-unknown]
2222
rustflags = ['--cfg=web_sys_unstable_apis', '--cfg=getrandom_backend="wasm_js"']
23+
24+
# Use rust-lld on Windows due problems with large debug symbols.
25+
# See https://github.com/rust-lang/rust/issues/141626
26+
[target.x86_64-pc-windows-msvc]
27+
linker = "rust-lld"

0 commit comments

Comments
 (0)