vcpkg/ports/libzen/vcpkg.json
Phoebe 371f47d170
[libzen] Update to 0.4.39 (#20405)
* [libzen] Update to 0.4.39

* Fix up the package name
2021-12-09 18:06:35 -08:00

16 lines
290 B
JSON

{
"name": "libzen",
"version": "0.4.39",
"description": "ZenLib is a C++ utility library for easiest cross-platform development",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}