mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 11:10:24 +08:00
8cffd44a0f
Co-authored-by: Jon <v-zhli17@microsoft.com>
24 lines
785 B
JSON
24 lines
785 B
JSON
{
|
|
"name": "angelscript",
|
|
"version": "2.37.0",
|
|
"description": "The AngelCode Scripting Library, or AngelScript as it is also known, is an extremely flexible cross-platform scripting library designed to allow applications to extend their functionality through external scripts. It has been designed from the beginning to be an easy to use component, both for the application programmer and the script writer.",
|
|
"homepage": "https://angelcode.com/angelscript",
|
|
"license": "Zlib",
|
|
"supports": "!arm",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
],
|
|
"features": {
|
|
"addons": {
|
|
"description": "Installs all addons for use in compiling scripts addons"
|
|
}
|
|
}
|
|
}
|