update flake, implot and plutosvg

This commit is contained in:
Green Sky
2025-07-01 19:23:13 +02:00
parent 8567e684e6
commit 4872e08c53
3 changed files with 6 additions and 5 deletions

View File

@ -28,7 +28,7 @@ if (NOT TARGET plutosvg::plutosvg)
set(PLUTOSVG_BUILD_EXAMPLES OFF CACHE INTERNAL "")
FetchContent_Declare(plutosvg
GIT_REPOSITORY https://github.com/sammycage/plutosvg.git
GIT_TAG v0.0.6
GIT_TAG v0.0.7
FIND_PACKAGE_ARGS # for the future
)
FetchContent_MakeAvailable(plutosvg)