README.md: fix reference to stb_image_resize2.h

This commit is contained in:
Sean Barrett
2023-10-11 17:32:00 -07:00
parent e81f294b16
commit beebb24b94
2 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@ Noteworthy:
* image loader: [stb_image.h](stb_image.h)
* image writer: [stb_image_write.h](stb_image_write.h)
* image resizer: [stb_image_resize.h](stb_image_resize.h)
* image resizer: [stb_image_resize2.h](stb_image_resize2.h)
* font text rasterizer: [stb_truetype.h](stb_truetype.h)
* typesafe containers: [stb_ds.h](stb_ds.h)