From 6e98f5145cecd0652a58fda322bde8eb345e5e7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Sun, 27 Sep 2015 22:23:59 +0200 Subject: [PATCH] Advertise ANGLE support. --- README.md | 2 +- doc/mainpage.dox | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e99704db3..3ac003826 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ Platforms: * **Linux** and embedded Linux (natively using GLX/EGL and Xlib or through SDL2 or GLUT toolkit) [![Build Status](https://travis-ci.org/mosra/magnum.svg?branch=master)](https://travis-ci.org/mosra/magnum) -* **Windows** (through SDL2 or GLUT toolkit) [![Build status](https://ci.appveyor.com/api/projects/status/5b477m034cfaskse/branch/master?svg=true)](https://ci.appveyor.com/project/mosra/magnum/branch/master) +* **Windows** natively or using ANGLE (through SDL2 or GLUT toolkit) [![Build status](https://ci.appveyor.com/api/projects/status/5b477m034cfaskse/branch/master?svg=true)](https://ci.appveyor.com/project/mosra/magnum/branch/master) * **OS X** (through SDL2 toolkit) [![Build Status](https://travis-ci.org/mosra/magnum.svg?branch=master)](https://travis-ci.org/mosra/magnum) * **Android** 2.3 (API Level 9) and higher * **Google Chrome** (through [Native Client](https://developers.google.com/native-client/), diff --git a/doc/mainpage.dox b/doc/mainpage.dox index 027f4245d..a26f4a729 100644 --- a/doc/mainpage.dox +++ b/doc/mainpage.dox @@ -78,8 +78,8 @@ Platforms: - **Linux** and embedded Linux (natively using GLX/EGL and Xlib or through SDL2 or GLUT toolkit) -- **Windows** (through SDL2 or GLUT toolkit) -- **OS X** (through SDL2 toolkit, thanks to [Miguel Martin](https://github.com/miguelishawt)) +- **Windows** natively or using ANGLE (through SDL2 or GLUT toolkit) +- **OS X** (through SDL2 toolkit) - **Android** 2.3 (API Level 9) and higher - **Google Chrome** (through [Native Client](https://developers.google.com/native-client/), both `newlib` and `glibc` toolchains are supported)