fdtd-coremem/rust-toolchain.toml
colin 1acb4233ae 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).
2022-07-04 04:28:30 -07:00

6 lines
167 B
TOML

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