Skip to content

Commit 9e9468c

Browse files
committed
Cargo.toml: VS Code wants to reformat this file for me
1 parent d4a80b0 commit 9e9468c

1 file changed

Lines changed: 27 additions & 7 deletions

File tree

Cargo.toml

Lines changed: 27 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
[package]
66
name = "tectonic"
7-
version = "0.0.0-dev.0" # assigned with cranko (see README)
7+
version = "0.0.0-dev.0" # assigned with cranko (see README)
88
authors = ["Peter Williams <peter@newton.cx>"]
99
description = """
1010
A modernized, complete, embeddable TeX/LaTeX engine. Tectonic is forked from the XeTeX
@@ -16,7 +16,13 @@ documentation = "https://docs.rs/tectonic"
1616
repository = "https://github.com/tectonic-typesetting/tectonic/"
1717
readme = "CARGO_README.md"
1818
keywords = ["tex", "latex", "typesetting", "font"]
19-
categories = ["command-line-interface", "parser-implementations", "rendering", "science", "text-processing"]
19+
categories = [
20+
"command-line-interface",
21+
"parser-implementations",
22+
"rendering",
23+
"science",
24+
"text-processing",
25+
]
2026
license = "MIT"
2127
edition = "2018"
2228
exclude = ["/dist/", "/reference_sources/"]
@@ -108,7 +114,10 @@ external-harfbuzz = ["tectonic_engine_xetex/external-harfbuzz"]
108114
geturl-curl = ["tectonic_bundles/geturl-curl", "tectonic_geturl/curl"]
109115
geturl-reqwest = ["tectonic_bundles/geturl-reqwest", "tectonic_geturl/reqwest"]
110116

111-
native-tls-vendored = ["tectonic_bundles/native-tls-vendored", "tectonic_geturl/native-tls-vendored"]
117+
native-tls-vendored = [
118+
"tectonic_bundles/native-tls-vendored",
119+
"tectonic_geturl/native-tls-vendored",
120+
]
112121

113122
# developer feature to compile with the necessary flags for profiling tectonic.
114123
profile = []
@@ -129,10 +138,21 @@ overlay-triplets-path = "dist/vcpkg-triplets"
129138
# add them to crates/dep_support/src/lib.rs:new_from_vcpkg() to give users
130139
# guidance if they might need to set $VCPKGRS_TRIPLET.
131140
[package.metadata.vcpkg.target]
132-
x86_64-apple-darwin = { install = ["freetype","harfbuzz[icu,graphite2]"] }
133-
aarch64-apple-darwin = { triplet = "arm64-osx", install = ["freetype","harfbuzz[icu,graphite2]"] }
134-
x86_64-unknown-linux-gnu = { install = ["fontconfig","freetype","harfbuzz[icu,graphite2]"] }
135-
x86_64-pc-windows-msvc = { triplet = "x64-windows-static-release", install = ["fontconfig","freetype","harfbuzz[icu,graphite2]"] }
141+
x86_64-apple-darwin = { install = ["freetype", "harfbuzz[icu,graphite2]"] }
142+
aarch64-apple-darwin = { triplet = "arm64-osx", install = [
143+
"freetype",
144+
"harfbuzz[icu,graphite2]",
145+
] }
146+
x86_64-unknown-linux-gnu = { install = [
147+
"fontconfig",
148+
"freetype",
149+
"harfbuzz[icu,graphite2]",
150+
] }
151+
x86_64-pc-windows-msvc = { triplet = "x64-windows-static-release", install = [
152+
"fontconfig",
153+
"freetype",
154+
"harfbuzz[icu,graphite2]",
155+
] }
136156

137157
[package.metadata.internal_dep_versions]
138158
tectonic_bridge_core = "thiscommit:2023-06-11:PvhF7YB"

0 commit comments

Comments
 (0)