mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 18:29:01 +08:00
0afa78153b
* [nanosvg] Update and add FLTK patch * [wxWidgets] fix nanosvg usage * v db * typo fix * v db * mathgl wrong gsl linkage * fix nanosvg in wxwidgets wrapper * v db revert trace in mathgl * fix !windows * v db
18 lines
421 B
JSON
18 lines
421 B
JSON
{
|
|
"name": "nanosvg",
|
|
"version-date": "2022-12-04",
|
|
"description": "NanoSVG is a simple stupid single-header-file SVG parse. The output of the parser is a list of cubic bezier shapes..",
|
|
"homepage": "https://github.com/memononen/nanosvg",
|
|
"license": "Zlib",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|