aboutsummaryrefslogtreecommitdiff
path: root/ports/coroutine
diff options
context:
space:
mode:
Diffstat (limited to 'ports/coroutine')
-rw-r--r--ports/coroutine/vcpkg.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/ports/coroutine/vcpkg.json b/ports/coroutine/vcpkg.json
index a391c0931..4e7134128 100644
--- a/ports/coroutine/vcpkg.json
+++ b/ports/coroutine/vcpkg.json
@@ -1,11 +1,11 @@
{
"name": "coroutine",
"version-string": "1.5.0",
- "port-version": "1",
+ "port-version": 1,
"description": "C++ 20 Coroutines helper/example library",
"homepage": "https://github.com/luncliff/coroutine",
+ "supports": "!uwp",
"dependencies": [
"ms-gsl"
- ],
- "supports": "!uwp"
+ ]
}