aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/libmidi2/vcpkg.json
blob: 749d8a80326af7db2127ad2bf556822f2865207e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "name": "libmidi2",
  "version": "0.15",
  "description": "General purpose Midi 2 library for bytestream conversions and midi-ci",
  "homepage": "https://github.com/midi2-dev/AM_MIDI2.0Lib",
  "license": "MIT",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}