vcpkg/ports/libfort/vcpkg.json
JonLiu1993 f4f8bba9d4
[libfort/libgit2/cli11] update to the latest version (#20024)
* [libfort/libgit2/cli11] update to the latest version

* update version

* delete useless dependencies

* update version
2021-09-08 07:55:21 -07:00

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
}
]
}