vcpkg/ports/minifb/vcpkg.json
Weihang Ding 71e47c9fb8
[minifb] Bump to 2023-09-21 (#35857)
* [minifb] Bump to 2023-09-21

* Update version database
2023-12-27 23:59:16 -08:00

19 lines
437 B
JSON

{
"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
}
]
}