From a63efcb7c1602a379524ba424069016b22e24cc0 Mon Sep 17 00:00:00 2001 From: Wentao Liu Date: Tue, 19 Mar 2024 15:25:29 +0800 Subject: [PATCH] docs: fix url to stb_image --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 33d82a08..ca7347cd 100644 --- a/README.md +++ b/README.md @@ -124,7 +124,7 @@ If you make a cool scene and have Python3 installed, you can bundle up the scene 3rd party libraries included in this project include: - lodePNG PNG compression library: http://lodev.org/lodepng/ -- stb\_image.h by Sean Barrett: https://github.com/nothings/stb/blob/master/stb\_image.h +- stb\_image.h by Sean Barrett: https://github.com/nothings/stb/blob/master/stb_image.h - SDL2: https://www.libsdl.org/index.php (Optional) - JSON parsing library: https://github.com/DaveGamble/cJSON - PCG random number generator: http://www.pcg-random.org