runtime fix: update rust-toolchain and EmbarkStudios deps, switch from dylib => lib

this resolves the issue where Nix builds would segfault when trying to
initialize wgpu -- *possibly* because of multiple dynamically linked
versions of LLVM sitting in the mix (hence, dylib => lib).
This commit is contained in:
2022-07-04 04:25:35 -07:00
parent fa4075818d
commit 1acb4233ae
5 changed files with 50 additions and 176 deletions

View File

@@ -1,5 +1,5 @@
[toolchain]
channel = "nightly-2022-01-13"
channel = "nightly-2022-04-11"
components = [ "rust-src", "rustc-dev", "llvm-tools-preview" ]
targets = [ "x86_64-unknown-linux-gnu" ]
profile = "default"