mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 17:29:01 +08:00
52d5c9b07e
* Added Sciter.JS port (version 4.4.8.10), deprecated Sciter port * Update ports/sciter-js/portfile.cmake Co-authored-by: nicole mazzuca <83086508+strega-nil-ms@users.noreply.github.com> * Update ports/sciter-js/portfile.cmake Co-authored-by: nicole mazzuca <83086508+strega-nil-ms@users.noreply.github.com> * Update ports/sciter-js/portfile.cmake Co-authored-by: nicole mazzuca <83086508+strega-nil-ms@users.noreply.github.com> * Update ports/sciter-js/portfile.cmake Co-authored-by: nicole mazzuca <83086508+strega-nil-ms@users.noreply.github.com> * Added Sciter.JS port (version 4.4.8.10), deprecated Sciter port * Added Sciter.JS port (version 4.4.8.16) * Update ports/sciter/portfile.cmake Co-authored-by: Robert Schumacher <roschuma@microsoft.com> * Update ports/sciter/vcpkg.json Co-authored-by: Robert Schumacher <roschuma@microsoft.com> * Removed trailing comma * SHA update * Updated ci.baseline * Updated sciter homepage * Updated sciter SHA Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com> Co-authored-by: nicole mazzuca <83086508+strega-nil-ms@users.noreply.github.com> Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
13 lines
396 B
JSON
13 lines
396 B
JSON
{
|
|
"name": "sciter-js",
|
|
"version-string": "4.4.8.16",
|
|
"description": "Sciter.JS - Sciter but with QuickJS on board instead of TIScript. Sciter is an embeddable HTML/CSS/scripting engine.",
|
|
"homepage": "https://github.com/c-smile/sciter-js-sdk",
|
|
"supports": "!uwp & !arm & !static",
|
|
"features": {
|
|
"windowless": {
|
|
"description": "windowless version - lite version"
|
|
}
|
|
}
|
|
}
|