yuzu/externals/vcpkg/ports/libfort/vcpkg.json

19 lines
385 B
JSON
Executable File

{
"name": "libfort",
"version-semver": "0.4.2",
"port-version": 1,
"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
}
]
}