mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 01:29:00 +08:00
19 lines
407 B
JSON
19 lines
407 B
JSON
{
|
|
"name": "flash-runtime-extensions",
|
|
"version": "2.4",
|
|
"port-version": 1,
|
|
"description": "Adobe AIR Native Extension API for Windows/MacOS/Linux",
|
|
"homepage": "https://github.com/al-sabr/FlashRuntimeExtensions",
|
|
"supports": "!(arm | uwp)",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|