mirror of
https://github.com/microsoft/terminal.git
synced 2026-07-08 18:16:28 +00:00
GSL 4.2.2 contains a fix for a warning (in GSL itself, natch!) that was making MSVC quite upset with us.
49 lines
1007 B
JSON
49 lines
1007 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
|
|
"dependencies": [
|
|
"fmt",
|
|
"ms-gsl"
|
|
],
|
|
"features": {
|
|
"terminal": {
|
|
"description": "Components required for Windows Terminal; separated out to make the Windows conhost build work",
|
|
"dependencies": [
|
|
"jsoncpp",
|
|
"cli11",
|
|
"cmark"
|
|
]
|
|
}
|
|
},
|
|
"overrides": [
|
|
{
|
|
"name": "fmt",
|
|
"version": "12.1.0"
|
|
},
|
|
{
|
|
"name": "ms-gsl",
|
|
"version": "4.2.2"
|
|
},
|
|
{
|
|
"name": "jsoncpp",
|
|
"version": "1.9.6"
|
|
},
|
|
{
|
|
"name": "cli11",
|
|
"version": "2.6.1"
|
|
},
|
|
{
|
|
"name": "cmark",
|
|
"version": "0.31.1"
|
|
}
|
|
],
|
|
"builtin-baseline": "927f62e4b8838bd7e441e9c45103a16ffd75007e",
|
|
"vcpkg-configuration": {
|
|
"overlay-triplets": [
|
|
"./dep/vcpkg-overlay-triplets"
|
|
],
|
|
"overlay-ports": [
|
|
"./dep/vcpkg-overlay-ports"
|
|
]
|
|
}
|
|
}
|