vcpkg/ports/scintilla/vcpkg.json
Alexander Neumann 1c502ac9bd
[scintilla] msbuild (#33158)
* scintilla msbuild

* v db
2023-08-15 16:46:12 -07:00

16 lines
350 B
JSON

{
"name": "scintilla",
"version": "4.4.6",
"port-version": 3,
"description": "A free source code editing component for Win32, GTK+, and OS X",
"homepage": "https://www.scintilla.org/",
"supports": "!(uwp | linux | osx)",
"dependencies": [
{
"name": "vcpkg-msbuild",
"host": true,
"platform": "windows"
}
]
}