aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/pixman/vcpkg.json
blob: 37d96494a3199e1ab1b6a984eb13c210b4a8e7ea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "name": "pixman",
  "version": "0.44.2",
  "description": "Pixman is a low-level software library for pixel manipulation, providing features such as image compositing and trapezoid rasterization.",
  "homepage": "https://www.cairographics.org/releases",
  "license": "MIT AND BSD-2-Clause",
  "dependencies": [
    "libpng",
    {
      "name": "vcpkg-tool-meson",
      "host": true
    }
  ]
}