yuzu/externals/vcpkg/ports/utf8proc/vcpkg.json

18 lines
346 B
JSON
Executable File

{
"name": "utf8proc",
"version": "2.7.0",
"description": "Clean C library for processing UTF-8 Unicode data.",
"homepage": "https://github.com/JuliaLang/utf8proc",
"license": "MIT",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}