mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 04:19:08 +08:00
19 lines
361 B
JSON
19 lines
361 B
JSON
{
|
|
"name": "nifly",
|
|
"version": "1.0.0",
|
|
"port-version": 1,
|
|
"description": "A C++ library for working with the NIF file format",
|
|
"homepage": "https://github.com/ousnius/nifly",
|
|
"supports": "!uwp",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|