From 72c83c079e1e61b0aae9a4c4d129fb1a0989ca7d Mon Sep 17 00:00:00 2001 From: "C. J. Howard" Date: Tue, 12 Sep 2023 03:07:13 +0800 Subject: [PATCH] Update README again --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 09848e3..4601c5e 100644 --- a/README.md +++ b/README.md @@ -67,11 +67,11 @@ Antkeeper superbuild is licensed under the GNU General Public License, version 3 | :------------------------------ | :----------------------------------------------- | :-------------------------- | :----------------------------------------------------------- | | cxxopts | Jarryd Beck | MIT | [cxxopts.hpp](modules/cxxopts/include/cxxopts.hpp) | | dr_wav | David Reid | Public Domain (Unlicense) | [dr_wav.h](modules/dr_wav/dr_wav.h) | -| Easing Functions (Equations) | Robert Penner | MIT | [ease.hpp](modules/antkeeper-source/src/animation/ease.hpp) | +| Easing Functions (Equations) | Robert Penner | MIT | [ease.hpp](modules/antkeeper-source/src/engine/animation/ease.hpp) | | EnTT | Michele Caini | MIT | [entt/*](modules/entt/) | | FreeType | David Turner, Robert Wilhelm, and Werner Lemberg | GPL-2.0 / FTL | [freetype/*](modules/freetype/) | | khrplatform.h | The Khronos Group Inc. | MIT | [khrplatform.h](modules/glad/include/KHR/khrplatform.h) | -| OpenGL loader generated by glad | David Herberth | Public Domain / WTFPL / CC0 | [glad.h](modules/glad/include/glad/gl.h), [glad.c](modules/glad/src/glad/gl.c) | +| OpenGL loader generated by glad | David Herberth | Public Domain / WTFPL / CC0 | [gl.h](modules/glad/include/glad/gl.h), [gl.c](modules/glad/src/gl.c) | | PhysicsFS | Ryan C. Gordon | Zlib | [physfs/*](modules/physfs/) | | JSON for Modern C++ | Niels Lohmann | MIT | [json.hpp](modules/nlohmann/json.hpp) | | OpenAL Soft | | LGPL-2.0 | [openal-soft/*](modules/openal-soft/) |