You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixes#38181.
- [x] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md).
- [x] SHA512s are updated for each updated download.
- [x] The "supports" clause reflects platforms that may be fixed by this
new version.
- [x] Any fixed [CI
baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt)
entries are removed from that file.
- [x] Any patches that are no longer applied are deleted from the port's
directory.
- [x] The version database is fixed by rerunning `./vcpkg x-add-version
--all` and committing the result.
- [x] Only one version is added to each modified port's versions file.
Add new CMake target `harfbuzz::harfbuzz-subset` and new feature
`experimental-api`
---------
Co-authored-by: JonLiu1993 <[email protected]>
Co-authored-by: Jon <[email protected]>
Is your feature request related to a problem? Please describe.
I want to use this API
https://github.com/harfbuzz/harfbuzz/blob/39b5ae79f0e4018ecb004c1a27d6c9f16492f5a5/src/hb-subset.h#L207C1-L214C39
but it is only enabled when HB_EXPERIMENTAL_API is defined
Proposed solution
https://github.com/harfbuzz/harfbuzz/blob/39b5ae79f0e4018ecb004c1a27d6c9f16492f5a5/meson_options.txt#L43-L44
meson option "experimental_api" will control HB_EXPERIMENTAL_API
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: