vcpkg/ports/buck-yeh-bux/vcpkg.json
LilyWangLL 6df2ad9771
[buck-yeh-bux] Fix error C7595 (#22471)
* [buck-yeh-bux] Fix error C7595

* update version

Co-authored-by: Lily Wang <v-lilywang@microsoft.com>
2022-01-12 11:48:45 -08:00

16 lines
370 B
JSON

{
"name": "buck-yeh-bux",
"version": "1.6.3",
"port-version": 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)",
"dependencies": [
"fmt",
{
"name": "vcpkg-cmake",
"host": true
}
]
}