Updated TinyCThread URL.
This commit is contained in:
parent
b140606a49
commit
a21f2377bc
@ -54,7 +54,7 @@ GLFW bundles a number of dependencies in the `deps/` directory.
|
|||||||
extension symbols used by GLFW
|
extension symbols used by GLFW
|
||||||
- [getopt\_port](https://github.com/kimgr/getopt_port/) for examples
|
- [getopt\_port](https://github.com/kimgr/getopt_port/) for examples
|
||||||
with command-line options
|
with command-line options
|
||||||
- [TinyCThread](https://gitorious.org/tinythread/tinycthread/) for threaded
|
- [TinyCThread](https://github.com/tinycthread/tinycthread) for threaded
|
||||||
examples
|
examples
|
||||||
- An OpenGL 3.2 core loader generated by
|
- An OpenGL 3.2 core loader generated by
|
||||||
[glad](https://github.com/Dav1dde/glad) for examples using modern OpenGL
|
[glad](https://github.com/Dav1dde/glad) for examples using modern OpenGL
|
||||||
|
@ -45,7 +45,7 @@ traction.
|
|||||||
If you wish to use the C++11 or C11 facilities but your compiler doesn't yet
|
If you wish to use the C++11 or C11 facilities but your compiler doesn't yet
|
||||||
support them, see the
|
support them, see the
|
||||||
[TinyThread++](https://gitorious.org/tinythread/tinythreadpp) and
|
[TinyThread++](https://gitorious.org/tinythread/tinythreadpp) and
|
||||||
[TinyCThread](https://gitorious.org/tinythread/tinycthread) projects created by
|
[TinyCThread](https://github.com/tinycthread/tinycthread) projects created by
|
||||||
the original author of GLFW. These libraries implement a usable subset of the
|
the original author of GLFW. These libraries implement a usable subset of the
|
||||||
threading APIs in C++11 and C11, and in fact some GLFW 3 test programs use
|
threading APIs in C++11 and C11, and in fact some GLFW 3 test programs use
|
||||||
TinyCThread.
|
TinyCThread.
|
||||||
|
Loading…
Reference in New Issue
Block a user