From 9c06a95003643dbf0d6fe88f7d2c853ad01d4554 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Sun, 27 Oct 2013 17:09:45 +0100 Subject: [PATCH] Mention that SDL2 is working on OSX. --- README.md | 2 +- doc/mainpage.dox | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 261ff9ccd..b927853e1 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ Platforms: * **Linux** and embedded Linux (natively using GLX/EGL and Xlib or through GLUT or SDL2 toolkit) * **Windows** (through GLUT or SDL2 toolkit) -* **OS X** (thanks to [Miguel Martin](https://github.com/miguelishawt)) +* **OS X** (through SDL2 toolkit, thanks to [Miguel Martin](https://github.com/miguelishawt)) * **Google Chrome** (through [Native Client](https://developers.google.com/native-client/), both `newlib` and `glibc` toolchains are supported) * **HTML5/JavaScript** (through [Emscripten](https://github.com/kripken/emscripten/wiki)) diff --git a/doc/mainpage.dox b/doc/mainpage.dox index 1c41be21a..4cea30e2d 100644 --- a/doc/mainpage.dox +++ b/doc/mainpage.dox @@ -76,7 +76,7 @@ Platforms: - **Linux** and embedded Linux (natively using GLX/EGL and Xlib or through GLUT or SDL2 toolkit) - **Windows** (through GLUT or SDL2 toolkit) -- **OS X** (thanks to [Miguel Martin](https://github.com/miguelishawt)) +- **OS X** (through SDL2 toolkit, thanks to [Miguel Martin](https://github.com/miguelishawt)) - **Google Chrome** (through [Native Client](https://developers.google.com/native-client/), both `newlib` and `glibc` toolchains are supported) - **HTML5/JavaScript** (through [Emscripten](https://github.com/kripken/emscripten/wiki))