aboutsummaryrefslogtreecommitdiff
path: root/ports/portmidi/vcpkg.json
blob: 91d162c4f11365ab7f07ae433acd7097a61b4d64 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "name": "portmidi",
  "version": "0.234",
  "port-version": 3,
  "description": "Free, cross-platform, open-source I/O library for MIDI",
  "homepage": "https://sourceforge.net/projects/portmedia/",
  "supports": "!uwp & !linux",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    }
  ]
}