We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
vcpkg
1 parent 30135cd commit 85aa447Copy full SHA for 85aa447
utils/update_checkout/update-checkout-config.json
@@ -82,7 +82,11 @@
82
"swift-llvm-bindings": {
83
"remote": { "id": "apple/swift-llvm-bindings" } },
84
"llvm-project": {
85
- "remote": { "id": "apple/llvm-project" } }
+ "remote": { "id": "apple/llvm-project" } },
86
+ "vcpkg": {
87
+ "remote": { "id": "microsoft/vcpkg" },
88
+ "platforms": [ "Windows" ]
89
+ }
90
},
91
"default-branch-scheme": "main",
92
"branch-schemes": {
@@ -125,7 +129,8 @@
125
129
"swift-markdown": "main",
126
130
"swift-nio": "2.31.2",
127
131
"swift-nio-ssl": "2.15.0",
128
- "swift-experimental-string-processing": "swift/main"
132
+ "swift-experimental-string-processing": "swift/main",
133
+ "vcpkg": "2022.07.25"
134
}
135
136
"rebranch": {
0 commit comments