Implemented rewindless Fiber without Boost (using minicoro)
This commit is contained in:
parent
60643dd1b2
commit
16f92e5b32
9 changed files with 2119 additions and 157 deletions
6
.gitmodules
vendored
6
.gitmodules
vendored
|
@ -70,3 +70,9 @@
|
|||
[submodule "oboe"]
|
||||
path = externals/oboe
|
||||
url = https://github.com/eden-emulator/oboe.git
|
||||
[submodule "externals/SPIRV-Headers"]
|
||||
path = externals/SPIRV-Headers
|
||||
url = https://github.com/KhronosGroup/SPIRV-Headers.git
|
||||
[submodule "externals/boost-headers"]
|
||||
path = externals/boost-headers
|
||||
url = https://github.com/boostorg/headers.git
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue