diff options
author | rtk0c <[email protected]> | 2022-04-03 18:36:23 -0700 |
---|---|---|
committer | rtk0c <[email protected]> | 2022-04-03 18:36:23 -0700 |
commit | 11edae3fbf770695d1b263712ca4f3a40bdd70e3 (patch) | |
tree | a1a01147b78f10f467b757ecee7056d09d594230 /3rdparty/glfw/source/docs/SUPPORT.md |
Changeset: 1 Branch comment: [] Initial commit
Diffstat (limited to '3rdparty/glfw/source/docs/SUPPORT.md')
-rw-r--r-- | 3rdparty/glfw/source/docs/SUPPORT.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/3rdparty/glfw/source/docs/SUPPORT.md b/3rdparty/glfw/source/docs/SUPPORT.md new file mode 100644 index 0000000..79a45a8 --- /dev/null +++ b/3rdparty/glfw/source/docs/SUPPORT.md @@ -0,0 +1,14 @@ +# Support resources + +See the [latest documentation](https://www.glfw.org/docs/latest/) for tutorials, +guides and the API reference. + +If you have questions about using GLFW, we have a +[forum](https://discourse.glfw.org/), and the `#glfw` IRC channel on +[Libera.Chat](https://libera.chat/). + +Bugs are reported to our [issue tracker](https://github.com/glfw/glfw/issues). +Please check the [contribution +guide](https://github.com/glfw/glfw/blob/master/docs/CONTRIBUTING.md) for +information on what to include when reporting a bug. + |