vcpkg/ports/buck-yeh-bux/vcpkg.json

19 lines
425 B
JSON
Raw Normal View History

{
"name": "buck-yeh-bux",
"version": "1.4.1",
"description": "A supplemental C++ library with functionalities not directly supported from Modern C++ standard.",
"homepage": "https://github.com/buck-yeh/bux",
"supports": "!(arm | uwp | osx | linux)",
"dependencies": [
"fmt",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}