mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-05 08:09:01 +08:00
c45b418ed8
* [gainput] Support Linux * version * update patch to fix osx build issues * version
20 lines
425 B
JSON
20 lines
425 B
JSON
{
|
|
"name": "gainput",
|
|
"version": "1.0.0",
|
|
"port-version": 5,
|
|
"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
|
|
}
|
|
]
|
|
}
|