aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/basisu/vcpkg.json
blob: d5e5a4ac94732df7468c75916cbfc831bf54c08b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "basisu",
  "version": "1.60",
  "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": null,
  "supports": "(x86 | x64) & !android",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}