vcpkg/ports/convectionkernels/vcpkg.json
Sylvain Doremus 58196ee519
[convectionkernels] Add port. (#25148)
* [cvtt] Add port.

* [cvtt] Modified to unofficial-cvtt

* Apply suggestions from code review

Co-authored-by: Robert Schumacher <roschuma@microsoft.com>

* [cvtt] Renamed to convectionkernels

Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2022-06-09 10:00:56 -07:00

18 lines
404 B
JSON

{
"name": "convectionkernels",
"version-date": "2022-06-08",
"description": "Fast, high-quality texture compression library for many formats, also known as cvtt",
"homepage": "https://github.com/elasota/ConvectionKernels",
"license": null,
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}