aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/minifb/vcpkg.json
blob: 07ef620853a52b01147236de3a2b602be9fa6b23 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "minifb",
  "version-date": "2023-09-21",
  "description": "MiniFB (Mini FrameBuffer) is a small cross platform library that makes it easy to render (32-bit) pixels in a window.",
  "homepage": "https://github.com/emoon/minifb",
  "license": "MIT",
  "supports": "!uwp",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}