mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 13:31:27 +08:00
1c502ac9bd
* scintilla msbuild * v db
16 lines
350 B
JSON
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"
|
|
}
|
|
]
|
|
}
|