Update README.md

This commit is contained in:
XAMPPRocky 2020-10-29 10:41:50 +01:00 committed by GitHub
parent 0698e3f7df
commit 502f3dbaf6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -85,7 +85,7 @@ Right now because the project is in a very early state of development, we might
There are a few different components to this repo:
- [rfcs](rfcs) for in-depth discussion and specs.
- [rfcs](docs/src/rfcs) for in-depth discussion and specs.
- [rustc_codegen_spirv](rustc_codegen_spirv) for the compiler itself.
- [spirv-std](spirv-std) for GPU intrinsics, types, and other library items used by GPU crates.
- [spirv-builder](spirv-builder) for a convenient way of building a GPU crate in a CPU build.rs file.