mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 04:09:01 +08:00
19 lines
425 B
JSON
19 lines
425 B
JSON
|
{
|
||
|
"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
|
||
|
}
|
||
|
]
|
||
|
}
|