diff options
| author | Lee Reilly <lee@github.com> | 2018-07-22 23:31:03 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-07-22 23:31:03 -0700 |
| commit | e0c19ab5af7835a8d7dfc5d831cf83a2d654e0c3 (patch) | |
| tree | 59cd4a3f0a03b0e0d3a1d217a6f9241a3c9587f3 | |
| parent | eadd72a639fc95e02cd921f68bb34849bb2e956b (diff) | |
| download | raylib-e0c19ab5af7835a8d7dfc5d831cf83a2d654e0c3.tar.gz raylib-e0c19ab5af7835a8d7dfc5d831cf83a2d654e0c3.zip | |
Remove period :grey_exclamation:
Fixes https://www.reddit.com/r/gamedev/comments/90z6fy/raylib_20_released/e2v5qpl/ :)
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -31,7 +31,7 @@ features - **Powerful math module** for Vector, Matrix and Quaternion operations: [raymath](https://github.com/raysan5/raylib/blob/master/src/raymath.h) - Audio loading and playing with streaming support (WAV, OGG, MP3, FLAC, XM, MOD) - **VR stereo rendering** support with configurable HMD device parameters - - Bindings to **Lua** ([raylib-lua](https://github.com/raysan5/raylib-lua)), **Go** ([raylib-go](https://github.com/gen2brain/raylib-go)) and more!. + - Bindings to **Lua** ([raylib-lua](https://github.com/raysan5/raylib-lua)), **Go** ([raylib-go](https://github.com/gen2brain/raylib-go)) and more! raylib uses on its [core](https://github.com/raysan5/raylib/blob/master/src/core.c) module the outstanding [GLFW3](http://www.glfw.org/) library, embedded inside raylib in the form of [rglfw](https://github.com/raysan5/raylib/blob/master/src/rglfw.c) module, avoiding that way external dependencies. |
