mirror of
https://github.com/EmbarkStudios/rust-gpu.git
synced 2024-11-25 08:14:12 +00:00
3 lines
124 B
Bash
Executable File
3 lines
124 B
Bash
Executable File
#!/usr/bin/env bash
|
|
rustc +nightly -Zcodegen-backend=target/debug/librustc_codegen_spirv.so --crate-type lib tests/empty.rs
|