vcpkg/ports/scnlib/vcpkg.json
2023-10-02 17:27:58 -07:00

17 lines
323 B
JSON

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