From ba6dceb37b69a5a0bbf500c68812a6745ba85676 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Tue, 24 Nov 2015 15:24:48 +0100 Subject: [PATCH] Updated CREDITS.md. --- CREDITS.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CREDITS.md b/CREDITS.md index d3a5e295a..03ba78a5a 100644 --- a/CREDITS.md +++ b/CREDITS.md @@ -6,6 +6,8 @@ Not mentioning OpenGL API and platform-specific toolkits. * Magnum internally uses code generated using **flextGL** extension loader generator -- https://github.com/ginkgo/flextGL. Copyright © 2011 Thomas Weber, licensed under [MIT license](https://raw.githubusercontent.com/ginkgo/flextGL/master/COPYING) +* The `Audio` namespace depends on the **OpenAL** API -- + http://www.openal.org. * The `Platform::GlutApplication` class uses **freeGLUT** library -- http://freeglut.sourceforge.net/, licensed under MIT license. * The `Platform::Sdl2Application` class uses **SDL2** library --