mirror of
https://github.com/Rust-GPU/rust-gpu.git
synced 2026-06-08 10:39:50 +09:00
4 lines
102 B
Bash
4 lines
102 B
Bash
#!/usr/bin/env bash
|
|
rustup install nightly
|
|
rustup component add rust-src rustc-dev llvm-tools-preview
|