add webp support

This commit is contained in:
2023-08-02 15:06:19 +02:00
parent bdfe44399a
commit 2dba4f8fbb
6 changed files with 99 additions and 1 deletions

View File

@ -20,6 +20,8 @@ add_executable(tomato
./image_loader_sdl_bmp.cpp
./image_loader_stb.hpp
./image_loader_stb.cpp
./image_loader_webp.hpp
./image_loader_webp.cpp
./theme.hpp
./texture_uploader.hpp
@ -57,5 +59,6 @@ target_link_libraries(tomato PUBLIC
imgui_backend_sdlrenderer3
stb_image
webpdemux
)