vcpkg/ports/nifly/vcpkg.json
2023-06-14 16:25:50 -07:00

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
}
]
}