mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 23:19:06 +08:00
15 lines
329 B
JSON
15 lines
329 B
JSON
{
|
|
"name": "scintilla",
|
|
"version": "5.5.1",
|
|
"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"
|
|
}
|
|
]
|
|
}
|