Added link to GitHub project at top of README.md.

This commit is contained in:
Tim Ambrogi 2022-05-19 12:32:07 -04:00
parent 7871ae3ad1
commit 4371a5277b

View File

@ -2,6 +2,8 @@
Squid::Tasks is a header-only C++14 coroutine-based task library for games. Squid::Tasks is a header-only C++14 coroutine-based task library for games.
Full project and source code available at https://github.com/westquote/SquidTasks/.
Full API documentation can be found at https://westquote.github.io/SquidTasks/. Full API documentation can be found at https://westquote.github.io/SquidTasks/.
## Overview of Squid::Tasks ## Overview of Squid::Tasks