mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2026-01-06 06:28:50 +01:00
Implemented rewindless Fiber without Boost (using minicoro)
This commit is contained in:
parent
3857ff1aa8
commit
b07b266b87
9 changed files with 2116 additions and 157 deletions
3
externals/CMakeLists.txt
vendored
3
externals/CMakeLists.txt
vendored
|
|
@ -160,6 +160,9 @@ if (YUZU_USE_EXTERNAL_VULKAN_UTILITY_LIBRARIES)
|
|||
add_subdirectory(Vulkan-Utility-Libraries)
|
||||
endif()
|
||||
|
||||
# Boost headers
|
||||
add_subdirectory(boost-headers)
|
||||
|
||||
# TZDB (Time Zone Database)
|
||||
add_subdirectory(nx_tzdb)
|
||||
|
||||
|
|
|
|||
1
externals/boost-headers
vendored
Submodule
1
externals/boost-headers
vendored
Submodule
|
|
@ -0,0 +1 @@
|
|||
Subproject commit 0456900fadde4b07c84760eadea4ccc9f948fe28
|
||||
Loading…
Add table
Add a link
Reference in a new issue