mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 00:08:59 +08:00
16 lines
520 B
JSON
16 lines
520 B
JSON
{
|
|
"name": "basisu",
|
|
"version": "1.16.4",
|
|
"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",
|
|
"supports": "!android & !arm",
|
|
"dependencies": [
|
|
"lodepng",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|