diff --git a/raylib-dependencies-license.md b/raylib-dependencies-license.md index 1a9602e..d651b8e 100644 --- a/raylib-dependencies-license.md +++ b/raylib-dependencies-license.md @@ -7,8 +7,6 @@ Library| License | Notes [GLFW](https://github.com/raysan5/raylib/tree/master/src/external/glfw) | [zlib/libpng](https://github.com/raysan5/raylib/blob/master/src/external/glfw/LICENSE.md) | Only `PLATFORM_DESKTOP`, [Official GitHub](https://github.com/glfw/glfw) [GLAD](https://github.com/raysan5/raylib/blob/master/src/external/glad.h) | [WTFPL/CC0/public domain](https://github.com/Dav1dde/glad#whats-the-license-of-glad-generated-code-101) | Only `PLATFORM_DESKTOP`, [Official GitHub](https://github.com/Dav1dde/glad) [dirent](https://github.com/raysan5/raylib/blob/master/src/external/dirent.h) | [custom open-source](https://github.com/raysan5/raylib/blob/master/src/external/dirent.h) | Only `Windows` and `MSVC` compiler -[android_native_app_glue](https://github.com/raysan5/raylib/tree/master/src/external/android/native_app_glue) | [Apache v2.0](https://github.com/raysan5/raylib/blob/master/src/external/android/native_app_glue/NOTICE) | Only `PLATFORM_ANDROID`, provided by [Android NDK](https://android.googlesource.com/platform/ndk.git/+/refs/tags/ndk-r21/sources/android/native_app_glue/) -[ANGLE](https://github.com/raysan5/raylib/blob/master/src/external/ANGLE) | [BSD](https://github.com/microsoft/angle/blob/ms-master/LICENSE) | Only `PLATFORM_UWP`, [Official GitHub](https://github.com/microsoft/angle) [stb_image](https://github.com/raysan5/raylib/blob/master/src/external/stb_image.h) | [MIT/public domain](https://github.com/raysan5/raylib/blob/master/src/external/stb_image.h) | [Official GitHub](https://github.com/nothings/stb) [stb_image_write](https://github.com/raysan5/raylib/blob/master/src/external/stb_image_write.h) | [MIT/public domain](https://github.com/raysan5/raylib/blob/master/src/external/stb_image_write.h) | [Official GitHub](https://github.com/nothings/stb) [stb_image_resize](https://github.com/raysan5/raylib/blob/master/src/external/stb_image_resize.h) | [MIT/public domain](https://github.com/raysan5/raylib/blob/master/src/external/stb_image_resize.h) | [Official GitHub](https://github.com/nothings/stb)