vcpkg/ports/scnlib/vcpkg.json
2024-06-21 13:25:02 -07:00

19 lines
368 B
JSON

{
"name": "scnlib",
"version": "3.0.1",
"description": "scnlib is a modern C++ library for replacing scanf and std::istream",
"homepage": "https://scnlib.dev/",
"license": "Apache-2.0",
"dependencies": [
"fast-float",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}