softgpu 0.8.0

Developer-oriented GPU emulation, testing, debugging, and sanitization runtime
Documentation
1
2
3
4
5
6
7
# SoftGPU pinned host toolchain (Phase 0).
# MSRV is documented in Cargo.toml (`rust-version`) and README.
# Nightly-only features are prohibited in the host runtime.
[toolchain]
channel = "1.85.0"
components = ["rustfmt", "clippy", "llvm-tools-preview"]
profile = "minimal"