vcpkg/ports/nanosvg/vcpkg.json
Alexander Neumann 0afa78153b
[nanosvg] Update and use upstream CMake (#29998)
* [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
2023-03-20 12:10:36 -07:00

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
}
]
}