aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/micro-gl/vcpkg.json
blob: ca831da03c3815f8a4b94463fe561830aebb1a25 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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
    }
  ]
}