mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-05 16:49:02 +08:00
21 lines
314 B
JSON
21 lines
314 B
JSON
{
|
|
"default": {
|
|
"cat": {
|
|
"baseline": "1.0",
|
|
"port-version": 0
|
|
},
|
|
"dog": {
|
|
"baseline": "2001-01-01",
|
|
"port-version": 0
|
|
},
|
|
"duck": {
|
|
"baseline": "mallard",
|
|
"port-version": 0
|
|
},
|
|
"fish": {
|
|
"baseline": "1.0.0",
|
|
"port-version": 0
|
|
}
|
|
}
|
|
}
|