mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-30 09:09:05 +08:00
11 lines
259 B
JSON
11 lines
259 B
JSON
|
{
|
||
|
"name": "nanovg",
|
||
|
"version-string": "2019-8-30",
|
||
|
"port-version": 4,
|
||
|
"description": "NanoVG is small antialiased vector graphics rendering library for OpenGL.",
|
||
|
"homepage": "https://github.com/memononen/nanovg",
|
||
|
"dependencies": [
|
||
|
"stb"
|
||
|
]
|
||
|
}
|