aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/ucoro/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/ucoro/vcpkg.json')
-rw-r--r--vcpkg/ports/ucoro/vcpkg.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/vcpkg/ports/ucoro/vcpkg.json b/vcpkg/ports/ucoro/vcpkg.json
new file mode 100644
index 0000000..6f1428d
--- /dev/null
+++ b/vcpkg/ports/ucoro/vcpkg.json
@@ -0,0 +1,17 @@
+{
+ "name": "ucoro",
+ "version": "1.0",
+ "description": "It is a minimized C++20 coroutine library.",
+ "homepage": "https://github.com/avplayer/ucoro",
+ "license": "BSL-1.0",
+ "dependencies": [
+ {
+ "name": "vcpkg-cmake",
+ "host": true
+ },
+ {
+ "name": "vcpkg-cmake-config",
+ "host": true
+ }
+ ]
+}