diff --git a/README.md b/README.md index e73272943e..5cf9212e61 100644 --- a/README.md +++ b/README.md @@ -57,6 +57,7 @@ Platforms: * **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 +* **Windows RT** (Store/Phone) using ANGLE (through SDL2 toolkit) * **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 31c52d3847..a20ad15761 100644 --- a/doc/mainpage.dox +++ b/doc/mainpage.dox @@ -81,6 +81,7 @@ Platforms: - **Windows** natively or using ANGLE (through SDL2 or GLUT toolkit) - **OS X** (through SDL2 toolkit) - **Android** 2.3 (API Level 9) and higher +- **Windows RT** (Store/Phone) using ANGLE (through SDL2 toolkit) - **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))