Very janky barely working coroutine version of the game, the UI is more responsive, but not as much as it should be. Still, take a look and study the coro.hpp and other files in this commit for some coroutine stuff.
This commit is contained in:
parent
8f7235ade1
commit
cacf72604f
6 changed files with 38 additions and 15 deletions
|
@ -32,7 +32,8 @@ executable('escape_turings_tarpit',
|
|||
'builder.cpp',
|
||||
'sfmlgui.cpp',
|
||||
'escape_turings_tarpit.cpp'],
|
||||
dependencies: dependencies)
|
||||
dependencies: dependencies,
|
||||
cpp_args: '-fcoroutines')
|
||||
|
||||
executable('regtest', 'regtest.cpp',
|
||||
dependencies: [fmt])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue