mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 09:49:07 +08:00
71e47c9fb8
* [minifb] Bump to 2023-09-21 * Update version database
19 lines
437 B
JSON
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
|
|
}
|
|
]
|
|
}
|