File tree Expand file tree Collapse file tree
docs/src/howto/build-tectonic Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -138,20 +138,23 @@ overlay-triplets-path = "dist/vcpkg-triplets"
138138# add them to crates/dep_support/src/lib.rs:new_from_vcpkg() to give users
139139# guidance if they might need to set $VCPKGRS_TRIPLET.
140140[package .metadata .vcpkg .target ]
141- x86_64-apple-darwin = { install = [" freetype" , " harfbuzz[icu, graphite2]" ] }
141+ x86_64-apple-darwin = { install = [" freetype" , " harfbuzz[graphite2]" , " icu " ] }
142142aarch64-apple-darwin = { triplet = " arm64-osx" , install = [
143143 " freetype" ,
144- " harfbuzz[icu,graphite2]" ,
144+ " harfbuzz[graphite2]" ,
145+ " icu" ,
145146] }
146147x86_64-unknown-linux-gnu = { install = [
147148 " fontconfig" ,
148149 " freetype" ,
149- " harfbuzz[icu,graphite2]" ,
150+ " harfbuzz[graphite2]" ,
151+ " icu" ,
150152] }
151153x86_64-pc-windows-msvc = { triplet = " x64-windows-static-release" , install = [
152154 " fontconfig" ,
153155 " freetype" ,
154- " harfbuzz[icu,graphite2]" ,
156+ " harfbuzz[graphite2]" ,
157+ " icu" ,
155158] }
156159
157160[package .metadata .internal_dep_versions ]
Original file line number Diff line number Diff line change @@ -101,5 +101,5 @@ should probably run:
101101[ vcpkg ] : https://vcpkg.readthedocs.io/
102102
103103``` sh
104- vcpkg install fontconfig freetype " harfbuzz[icu, graphite2]"
104+ vcpkg install fontconfig freetype " harfbuzz[graphite2]" icu
105105```
You can’t perform that action at this time.
0 commit comments