Browse Source

Mention support of both `glibc` and `newlib` NaCl toolchains.

pull/278/head
Vladimír Vondruš 13 years ago
parent
commit
b885a49d80
  1. 3
      README.md
  2. 3
      doc/mainpage.dox

3
README.md

@ -43,7 +43,8 @@ SUPPORTED PLATFORMS
* **Linux** and embedded Linux (natively using GLX/EGL and Xlib or through * **Linux** and embedded Linux (natively using GLX/EGL and Xlib or through
GLUT or SDL2 toolkit) GLUT or SDL2 toolkit)
* **Windows** (through GLUT or SDL2 toolkit) * **Windows** (through GLUT or SDL2 toolkit)
* **Google Chrome Native Client** (natively using PPAPI) * **Google Chrome Native Client** (natively using PPAPI, both `newlib`
and `glibc` toolchains are supported)
FEATURES FEATURES
======== ========

3
doc/mainpage.dox

@ -68,7 +68,8 @@ namespace Magnum {
- **Linux** and embedded Linux (natively using GLX/EGL and Xlib or through - **Linux** and embedded Linux (natively using GLX/EGL and Xlib or through
GLUT or SDL2 toolkit) GLUT or SDL2 toolkit)
- **Windows** (through GLUT or SDL2 toolkit) - **Windows** (through GLUT or SDL2 toolkit)
- **Google Chrome Native Client** (natively using PPAPI) - **Google Chrome Native Client** (natively using PPAPI, both `newlib`
and `glibc` toolchains are supported)
@section mainpage-features Features @section mainpage-features Features

Loading…
Cancel
Save