aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/audiofile/vcpkg.json
blob: c05d3d13df418b665c2d23cb19b060ab535b1e38 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "name": "audiofile",
  "version": "1.1.3",
  "description": "A simple header-only C++ library for reading and writing audio files.",
  "homepage": "https://github.com/adamstark/AudioFile",
  "license": "MIT",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}