mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 00:38:59 +08:00
83ad37a90b
* [libnoise] Export CMake files * update version * format vcpkg.json * update version * update patch * update version Co-authored-by: Lily Wang <v-lilywang@microsoft.com>
19 lines
575 B
JSON
19 lines
575 B
JSON
{
|
|
"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
|
|
}
|
|
]
|
|
}
|