vcpkg/ports/basisu/vcpkg.json
Osyotr 60e22b44bf
[basisu] Fix x64-linux-dynamic build, switch to vcpkg_cmake_configure (#25662)
Co-authored-by: Osyotr <8740768+Osyotr@users.noreply.github.com>
2022-07-11 15:38:12 -07:00

16 lines
506 B
JSON

{
"name": "basisu",
"version": "1.11",
"port-version": 6,
"description": "Basis Universal is a supercompressed GPU texture and video compression format that outputs a highly compressed intermediate file format (.basis) that can be quickly transcoded to a wide variety of GPU texture compression formats.",
"homepage": "https://github.com/BinomialLLC/basis_universal",
"license": "Apache-2.0",
"dependencies": [
"lodepng",
{
"name": "vcpkg-cmake",
"host": true
}
]
}