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:
@@ -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"
|
||||
|
Reference in New Issue
Block a user