-
Notifications
You must be signed in to change notification settings - Fork 6.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[lunasvg] Update to 3.1.1 [plutosvg,plutovg] New ports #43567
Conversation
Still doesn't build with lunasvg 3, and imgui misc/freetype/imgui_freetype.cpp states: 2024/10/17: added plutosvg support for SVG Fonts (seems faster/better than lunasvg).
) | ||
|
||
-FetchContent_MakeAvailable(plutovg) | ||
+find_package(plutovg REQUIRED) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The port plutovg
provides usage find_package(plutovg CONFIG REQUIRED)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So what? No change needed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The ports imgui[freetype-svg]
, lunasvg
, plutosvg
, plutvg
installation tests pass with the following triplets:
- x64-linux
Thanks for the update, and ports! @WangWeiLin-MV Thanks for testing! |
New ports plutovg, plutosvg.
Official CMake config.
Shared library linkage.
Switch imgui opentype svg support to plutosvg. (Still doesn't build with lunasvg 3, and imgui misc/freetype/imgui_freetype.cpp states: "2024/10/17: added plutosvg support for SVG Fonts (seems faster/better than lunasvg).")