mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-05-15 17:28:28 +00:00
Removed stb_image.h from SDL
This adds quite a bit of code size to SDL for a niche use-case. This is easily handled in the application instead.
This commit is contained in:
parent
9308404e9a
commit
cf41ccc6ce
12 changed files with 16 additions and 8217 deletions
|
@ -161,7 +161,6 @@ def find_symbols_in_file(file: pathlib.Path) -> int:
|
|||
"src/libm",
|
||||
"src/hidapi",
|
||||
"src/video/khronos",
|
||||
"src/video/stb_image.h",
|
||||
"include/SDL3",
|
||||
"build-scripts/gen_audio_resampler_filter.c",
|
||||
"build-scripts/gen_audio_channel_conversion.c",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue