vcpkg/ports/c89stringutils/vcpkg.json
Thomas1664 06a42bb8ab
[c89stringutils, rhasheq] Update (#32829)
* [c89stringutils] Update to 0.0.2

* test UWP

* [rhasheq] Update to latest commit

* version

* version

* Use correct date

* version

* Add rhash patch

* version

* add find_dependency

* version

* remove custom find module

* version
2023-08-03 10:26:49 -07:00

18 lines
389 B
JSON

{
"name": "c89stringutils",
"version": "0.0.2",
"description": "string functions from newer standards / common non-standards for C89",
"homepage": "https://github.com/offscale/c89stringutils",
"license": "Apache-2.0 OR MIT",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}