vcpkg/ports/kissnet/vcpkg.json
BullyWiiPlaza b9098338e0
[kissnet] Update version (#31212)
* [kissnet] Update version

* Update version database
2023-05-02 13:22:09 -07:00

18 lines
379 B
JSON

{
"name": "kissnet",
"version-date": "2023-02-04",
"description": "Keep It Simple Stupid NETwork - C++17 wrapping of your OS's native socket API",
"homepage": "https://github.com/Ybalrid/kissnet",
"license": "MIT",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}