mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 16:39:07 +08:00
17 lines
323 B
JSON
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
|
|
}
|
|
]
|
|
}
|