Skip to content

Commit

Permalink
crunch: update link to stb
Browse files Browse the repository at this point in the history
  • Loading branch information
illwieckz committed Jun 28, 2024
1 parent 070261f commit 50a20aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crunch/crunch.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ class crunch {
console::printf("-file @list.txt - List of files to convert.");
console::printf("Supported source file formats: dds,ktx,crn,tga,bmp,png,jpg/jpeg,psd");
console::printf("Note: Some file format variants are unsupported.");
console::printf("See the docs for stb_image.c: http://www.nothings.org/stb_image.c");
console::printf("See the docs for stb_image.h: https://github.com/nothings/stb");
console::printf("Progressive JPEG files are supported, see: http://code.google.com/p/jpeg-compressor/");

console::printf("\n-h - Print this help.");
Expand Down

0 comments on commit 50a20aa

Please sign in to comment.