summaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
author[email protected] <[email protected]>2018-06-23 00:33:48 +0200
committerMartinfx <[email protected]>2018-06-23 17:02:07 +0200
commit59ebe1b7c322232f38c98afa7d5df8fade9bc6f5 (patch)
tree6f9ae3027eca97dc30acdd01a044b53cc9e4b2b0 /README.md
parent965cc8ab6fab12fdab1ddd78b9a8e5eb146f3282 (diff)
downloadraylib-59ebe1b7c322232f38c98afa7d5df8fade9bc6f5.tar.gz
raylib-59ebe1b7c322232f38c98afa7d5df8fade9bc6f5.zip
Added support OpenBSD, NetBSD, DragonFly
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index da604004..ebe410f5 100644
--- a/README.md
+++ b/README.md
@@ -30,7 +30,7 @@ features
* Shaders support, including Model shaders and Postprocessing shaders
* 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, FLAC, XM, MOD)
- * Multiple platforms support: Windows, Linux, FreeBSD, MacOS, UWP, Android, Raspberry Pi, HTML5.
+ * Multiple platforms support: Windows, Linux, FreeBSD, OpenBSD, NetBSD, DragonFly, MacOS, UWP, Android, Raspberry Pi, HTML5.
* VR stereo rendering with configurable HMD device parameters
* NO external dependencies, all required libraries included with raylib
* Complete bindings to LUA ([raylib-lua](https://github.com/raysan5/raylib-lua)) and Go ([raylib-go](https://github.com/gen2brain/raylib-go))