diff options
Diffstat (limited to 'vcpkg/ports/micro-gl/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/micro-gl/vcpkg.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/vcpkg/ports/micro-gl/vcpkg.json b/vcpkg/ports/micro-gl/vcpkg.json new file mode 100644 index 0000000..ca831da --- /dev/null +++ b/vcpkg/ports/micro-gl/vcpkg.json @@ -0,0 +1,17 @@ +{ + "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 + } + ] +} |