diff options
Diffstat (limited to 'vcpkg/ports/transwarp/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/transwarp/vcpkg.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/vcpkg/ports/transwarp/vcpkg.json b/vcpkg/ports/transwarp/vcpkg.json new file mode 100644 index 0000000..04a6fc6 --- /dev/null +++ b/vcpkg/ports/transwarp/vcpkg.json @@ -0,0 +1,13 @@ +{ + "name": "transwarp", + "version": "2.2.3", + "description": "A header-only C++ library for task concurrency", + "homepage": "https://github.com/bloomen/transwarp", + "license": "MIT", + "dependencies": [ + { + "name": "vcpkg-cmake", + "host": true + } + ] +} |