Load and render proper icons
Signed-off-by: Slendi <slendi@socopon.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user