Hmm, a lot has happened recently. 🥰
Some common libraries have received updates, and now I want them in my codebases:

#zlib v1.3.2
#libjpeg v10
#libpng 1.6.56
#giflib 6.1.2
#lua 5.5.0

#CMake support was improved, which is awesome.
But it also means I need to adapt scripts to ensure all works with my exotic compilers like #msvc, #tcc, #zig or #watcom.

People are testing with #GCC only today.
And they forget about C89 variable declaration rules.

I feel like a retired teacher 👴

GitHub - Ferki-git-creator/TurboStitchGIF-HeaderOnly-Fast-ZeroAllocation-PlatformIndependent-Embedded-C-GIF-Decoder: TurboStitchGIF: A fast, header-only C GIF decoder without dynamic allocations, ideal for embedded systems and cross-platform projects.

TurboStitchGIF: A fast, header-only C GIF decoder without dynamic allocations, ideal for embedded systems and cross-platform projects. - Ferki-git-creator/TurboStitchGIF-HeaderOnly-Fast-ZeroAllocat...

GitHub