mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 05:49:00 +08:00
6df2ad9771
* [buck-yeh-bux] Fix error C7595 * update version Co-authored-by: Lily Wang <v-lilywang@microsoft.com>
16 lines
370 B
JSON
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
|
|
}
|
|
]
|
|
}
|