diff options
Diffstat (limited to 'vcpkg/ports/buck-yeh-bux/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/buck-yeh-bux/vcpkg.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/vcpkg/ports/buck-yeh-bux/vcpkg.json b/vcpkg/ports/buck-yeh-bux/vcpkg.json new file mode 100644 index 0000000..8adc201 --- /dev/null +++ b/vcpkg/ports/buck-yeh-bux/vcpkg.json @@ -0,0 +1,14 @@ +{ + "name": "buck-yeh-bux", + "version": "1.12.4", + "description": "A supplemental C++ library with functionalities not directly supported from Modern C++ standard.", + "homepage": "https://github.com/buck-yeh/bux", + "license": "MIT", + "supports": "!(linux | uwp)", + "dependencies": [ + { + "name": "vcpkg-cmake", + "host": true + } + ] +} |