pineapple/externals/vcpkg/ports/gainput/vcpkg.json

20 lines
425 B
JSON
Raw Normal View History

2022-07-23 03:01:36 +02:00
{
"name": "gainput",
"version": "1.0.0",
"port-version": 6,
"description": "Gainput is a multiplatform C++ input library, supporting mouse, keyboard and controllers",
"homepage": "https://github.com/jkuhlmann/gainput",
"license": "MIT",
"supports": "!uwp",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}