vcpkg/ports/scnlib/vcpkg.json
2024-03-28 12:42:56 -07:00

20 lines
377 B
JSON

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