mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 17:18:59 +08:00
3434e5cbab
* Update promise-cpp to 1.0.3 * Update CI baseline * Fix portfile * Update git-tree hash * Update to version 2.1.0 * Update CI baseline and git-tree hash * Add usage * Update git-tree hash * Update to promise-cpp 2.1.2 * Update git-tree hash Co-authored-by: chausner <chausner@users.noreply.github.com>
13 lines
255 B
JSON
13 lines
255 B
JSON
{
|
|
"name": "promise-cpp",
|
|
"version": "2.1.2",
|
|
"description": "C++ promise/A+ library in Javascript style.",
|
|
"homepage": "https://github.com/xhawk18/promise-cpp",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|