Files
terminal/vcpkg.json
Dustin L. Howett 56bb43c265 chore: upgrade gsl to 4.2.2 (#20306)
GSL 4.2.2 contains a fix for a warning (in GSL itself, natch!) that was
making MSVC quite upset with us.
2026-06-08 23:30:52 +00:00

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"
]
}
}