mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 04:09:00 +08:00
5f631cf955
* feature upgrade rxcpp version from v4.1.0 to v4.1.1 * feature x-add-version * fix rxcpp version hash diff * feature migrating new cmake function * feature upgrade vcpkg from v4.1.0 to v4.1.1 * fix format-manifest * feature use version instead of version-string * feature run x-add-version for rxcpp * feature add license to rxcpp * feature x-add-version for rxcpp * update vcpkg.json * update version Co-authored-by: Jonliu1993 <13720414433@163.com>
18 lines
334 B
JSON
18 lines
334 B
JSON
{
|
|
"name": "rxcpp",
|
|
"version": "4.1.1",
|
|
"description": "Reactive Extensions for C++",
|
|
"homepage": "https://github.com/Reactive-Extensions/RxCpp",
|
|
"license": "Apache-2.0",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|