mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 13:01:47 +08:00
3d4c020278
* Update ade package to v0.1.2 Update ade package to v0.1.2 * Update vcpkg.json file Update vcpkg.json file * Update port-version Update port-version * Update version information Update version information * Update ade.json file Update ade.json file
16 lines
371 B
JSON
16 lines
371 B
JSON
{
|
|
"name": "ade",
|
|
"version": "0.1.2",
|
|
"description": "ADE Framework is a graph construction, manipulation, and processing framework. ADE Framework is suitable for organizing data flow processing and execution.",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|