vcpkg/ports/simdutf/vcpkg.json
JuliusBrueggemann bb14ab72d9
[simdutf] Update to 3.2.16 (#33004)
* [simdutf] Update simdutf version to 3.2.15

The command line tool that was added in version 2.0.0 of simdutf is available through the new "tools" feature.

* [simdutf] Adjust baseline version

* Apply suggestions from code review

Co-authored-by: Mengna Li <95600143+Adela0814@users.noreply.github.com>

* [simdutf] Update baseline version

* Revert all changes to the baseline

This reverts commit b9114681dc and 7f71a77e83.

* Reset port version to 0

* Update baseline

* [simdutf] Update to version 3.2.16 which fixes a build error when targeting x86-windows

* [simdutf] Update version files

---------

Co-authored-by: Mengna Li <95600143+Adela0814@users.noreply.github.com>
2023-08-10 10:24:31 -07:00

23 lines
575 B
JSON

{
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
"name": "simdutf",
"version-semver": "3.2.16",
"description": "Unicode validation and transcoding at billions of characters per second",
"homepage": "https://github.com/simdutf/simdutf",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"features": {
"tools": {
"description": "Build the simdutf command line tool for transcoding strings"
}
}
}