Implemented rewindless Fiber without Boost (using minicoro)

This commit is contained in:
darktux 2024-04-05 01:58:30 +02:00 committed by Briar
parent 60643dd1b2
commit 16f92e5b32
9 changed files with 2119 additions and 157 deletions

6
.gitmodules vendored
View file

@ -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