mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 03:41:48 +08:00
f4f8bba9d4
* [libfort/libgit2/cli11] update to the latest version * update version * delete useless dependencies * update version
18 lines
364 B
JSON
18 lines
364 B
JSON
{
|
|
"name": "libfort",
|
|
"version-semver": "0.4.2",
|
|
"description": "A simple crossplatform library to create formatted text tables",
|
|
"homepage": "https://github.com/seleznevae/libfort",
|
|
"license": "MIT",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|