aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/zycore/vcpkg.json
blob: 84f27cca236fe04fa5d1467721fdaafba4ffc535 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "name": "zycore",
  "version": "1.5.1",
  "description": "Provides platform independent types, macros and a fallback for environments without LibC.",
  "homepage": "https://github.com/zyantific/zycore-c",
  "license": "MIT",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}