vcpkg/ports/micro-gl/vcpkg.json

18 lines
470 B
JSON
Raw Normal View History

2024-06-19 04:13:05 +08:00
{
"name": "micro-gl",
"version-date": "2024-06-18",
"description": "Fast, Super Slim, Embeddable, Headers only C++11 vector graphics library, that can run on any 32/64 bits computer without FPU or GPU. No standard library required.",
"homepage": "https://micro-gl.github.io/docs/microgl",
"license": null,
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}