mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-10 13:47:55 +08:00
18 lines
386 B
JSON
18 lines
386 B
JSON
|
{
|
||
|
"name": "flash-runtime-extensions",
|
||
|
"version": "2.4",
|
||
|
"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
|
||
|
}
|
||
|
]
|
||
|
}
|