vcpkg/ports/angelscript/vcpkg.json
Stanislav Ershov b759049a36
[angelscript] Update to 2.35.0 (#15852)
* [angelscript] Update to 2.35.0

* Update version

* Fix formatting

* Update version

* [angelscript] backport patch from trunk

* Update version
2021-01-25 15:53:02 -08:00

13 lines
618 B
JSON

{
"name": "angelscript",
"version-string": "2.35.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",
"supports": "!arm",
"features": {
"addons": {
"description": "Installs all addons for use in compiling scripts addons"
}
}
}