Coroutines are mostly working but they're kind of junk anyway. Feel free to tinker with this if you like.

This commit is contained in:
Zed A. Shaw 2024-09-05 18:48:15 -04:00
parent 8d1570f44a
commit daf9a3cc07
8 changed files with 134 additions and 16 deletions

View file

@ -7,7 +7,6 @@ mkdir builddir
meson wrap install fmt
meson wrap install sqlite3
meson wrap install sqlitecpp
meson wrap install ftxui
meson wrap install catch2
meson wrap install libpng
meson wrap install vorbis

View file

@ -10,7 +10,6 @@ cp *.wrap subprojects
meson wrap install fmt
meson wrap install sqlite3
meson wrap install sqlitecpp
meson wrap install ftxui
meson wrap install catch2
meson wrap install libpng
meson wrap install vorbis