vcpkg/ports/tinyutf8/vcpkg.json
JonLiu1993 0bd48a1bb9
[tinyutf8] update to 4.4.3 (#25331)
* [tinyutf8] update to 4.4.3

* update version

* Remove vcpkg-cmake-config

* update version
2022-06-22 14:40:22 -07:00

13 lines
278 B
JSON

{
"name": "tinyutf8",
"version": "4.4.3",
"description": "TINYUTF8 is a library for extremely easy integration of Unicode into an arbitrary C++11 project.",
"license": "BSD-3-Clause",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
}
]
}