Load and render proper icons

Signed-off-by: Slendi <slendi@socopon.com>
This commit is contained in:
2025-10-15 03:33:35 +03:00
parent aaf5dbb3b7
commit 81584c643e
6 changed files with 368 additions and 18 deletions

View File

@@ -52,6 +52,14 @@ FetchContent_Declare(
)
FetchContent_MakeAvailable(mINI)
FetchContent_Declare(
lunasvg
GIT_REPOSITORY https://github.com/sammycage/lunasvg.git
GIT_TAG "v3.5.0"
GIT_SHALLOW 1
)
FetchContent_MakeAvailable(lunasvg)
find_program(WAYLAND_SCANNER wayland-scanner REQUIRED)
pkg_get_variable(WAYLAND_PROTOCOLS_DIR wayland-protocols pkgdatadir)
@@ -176,6 +184,7 @@ target_link_libraries(waylight PRIVATE
raylib
msdfgen::msdfgen-core
msdfgen::msdfgen-ext
lunasvg::lunasvg
m
dl