Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04: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
}
]
}