mirror of
https://github.com/EmbarkStudios/rust-gpu.git
synced 2024-11-21 22:34:34 +00:00
7 lines
156 B
Bash
Executable File
7 lines
156 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
rustup toolchain install nightly-2020-11-15 --component rust-src rustc-dev llvm-tools-preview
|
|
|
|
git submodule init
|
|
git submodule update
|