aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/libnoise/vcpkg.json
blob: 640e503bec02292a067782a0e810f2b44aa958a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "libnoise",
  "version": "1.0.0",
  "port-version": 3,
  "description": "A general-purpose library that generates three-dimensional coherent noise. Useful for terrain generation and procedural texture generation. Uses a broad number of techniques (Perlin noise, ridged multifractal, etc.) and combinations of those techniques.",
  "homepage": "https://github.com/RobertHue/libnoise",
  "license": "LGPL-2.1",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}