vcpkg/ports/daw-utf-range/vcpkg.json
2024-09-12 12:15:42 -07:00

19 lines
449 B
JSON

{
"name": "daw-utf-range",
"version": "2.2.5",
"description": "Header-only utf8 string range used by daw-json-link. Includes a constexpr/noexcept modified version of utfcpp.",
"homepage": "https://github.com/beached/header_libraries",
"license": "BSL-1.0",
"dependencies": [
"daw-header-libraries",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}