diff options
| author | raysan5 <[email protected]> | 2016-11-16 18:46:13 +0100 |
|---|---|---|
| committer | raysan5 <[email protected]> | 2016-11-16 18:46:13 +0100 |
| commit | 6d1b712a9678a7e1d57d994ab51afafbe06ec5fb (patch) | |
| tree | a42886c764a5b081d58b9a87ddbfc760febb7b61 /src/textures.c | |
| parent | 9d3ad52160a0e32271a8e3d76d9ea95e9bd0684a (diff) | |
| download | raylib-6d1b712a9678a7e1d57d994ab51afafbe06ec5fb.tar.gz raylib-6d1b712a9678a7e1d57d994ab51afafbe06ec5fb.zip | |
Reviewed modules comments
Diffstat (limited to 'src/textures.c')
| -rw-r--r-- | src/textures.c | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/src/textures.c b/src/textures.c index 5354a74f..af59d035 100644 --- a/src/textures.c +++ b/src/textures.c @@ -4,9 +4,13 @@ * * Basic functions to load and draw Textures (2d) * -* Uses external lib: -* stb_image - Multiple formats image loading (JPEG, PNG, BMP, TGA, PSD, GIF, PIC) -* NOTE: stb_image has been slightly modified, original library: https://github.com/nothings/stb +* External libs: +* stb_image - Multiple image formats loading (JPEG, PNG, BMP, TGA, PSD, GIF, PIC) +* NOTE: stb_image has been slightly modified to support Android platform. +* stb_image_resize - Multiple image resize algorythms +* +* Module Configuration Flags: +* ... * * Copyright (c) 2014-2016 Ramon Santamaria (@raysan5) * |
