mirror of
https://github.com/italicsjenga/spirv-to-dxil-rs.git
synced 2024-12-23 11:31:31 +11:00
doc: advise to only clone depth=1
This commit is contained in:
parent
708f86ea6e
commit
3a74e07031
|
@ -14,6 +14,6 @@ spirv-to-dxil-rs builds a copy of spirv-to-dxil statically from Mesa. Many of th
|
|||
Lex and Yacc are not required. Additionally, [CMake 3.6](https://cmake.org/) or later is required to run the build script.
|
||||
|
||||
```bash
|
||||
$ git submodule update --init
|
||||
$ git submodule update --init --progress --depth=1
|
||||
$ cargo build
|
||||
```
|
Loading…
Reference in a new issue