-
Notifications
You must be signed in to change notification settings - Fork 6.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[rmlui] Add feature for SVG rendering using lunasvg (#40748)
- Loading branch information
1 parent
03ba0f8
commit 136c521
Showing
4 changed files
with
14 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
{ | ||
"name": "rmlui", | ||
"version": "6.0", | ||
"port-version": 1, | ||
"maintainers": "Michael R. P. Ragazzon <[email protected]>", | ||
"description": "RmlUi is the C++ user interface library based on the HTML and CSS standards, designed as a complete solution for any project's interface needs.", | ||
"homepage": "https://github.com/mikke89/RmlUi", | ||
|
@@ -35,6 +36,12 @@ | |
"dependencies": [ | ||
"lua" | ||
] | ||
}, | ||
"svg": { | ||
"description": "Enable plugin for SVG images", | ||
"dependencies": [ | ||
"lunasvg" | ||
] | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters