@@ -32,6 +32,7 @@ members = [
32
32
" crates/bridge_graphite2" ,
33
33
" crates/bridge_harfbuzz" ,
34
34
" crates/bridge_icu" ,
35
+ " crates/bundles" ,
35
36
" crates/cfg_support" ,
36
37
" crates/dep_support" ,
37
38
" crates/docmodel" ,
@@ -52,7 +53,6 @@ name = "tectonic"
52
53
crate-type = [" rlib" ]
53
54
54
55
[dependencies ]
55
- app_dirs = { version = " 2" , package = " app_dirs2" }
56
56
atty = " 0.2"
57
57
byte-unit = " ^4.0"
58
58
cfg-if = " 1.0"
@@ -67,6 +67,7 @@ serde = { version = "^1.0", features = ["derive"], optional = true }
67
67
sha2 = " ^0.9"
68
68
structopt = " 0.3"
69
69
tectonic_bridge_core = { path = " crates/bridge_core" , version = " 0.0.0-dev.0" }
70
+ tectonic_bundles = { path = " crates/bundles" , version = " 0.0.0-dev.0" , default-features = false }
70
71
tectonic_docmodel = { path = " crates/docmodel" , version = " 0.0.0-dev.0" , optional = true }
71
72
tectonic_engine_bibtex = { path = " crates/engine_bibtex" , version = " 0.0.0-dev.0" }
72
73
tectonic_engine_xdvipdfmx = { path = " crates/engine_xdvipdfmx" , version = " 0.0.0-dev.0" }
@@ -97,10 +98,10 @@ serialization = ["serde", "tectonic_docmodel", "toml"]
97
98
98
99
external-harfbuzz = [" tectonic_engine_xetex/external-harfbuzz" ]
99
100
100
- geturl-curl = [" tectonic_geturl/curl" ]
101
- geturl-reqwest = [" tectonic_geturl/reqwest" ]
101
+ geturl-curl = [" tectonic_bundles/geturl-curl " , " tectonic_geturl/curl" ]
102
+ geturl-reqwest = [" tectonic_bundles/geturl-reqwest " , " tectonic_geturl/reqwest" ]
102
103
103
- native-tls-vendored = [" tectonic_geturl/native-tls-vendored" ]
104
+ native-tls-vendored = [" tectonic_bundles/native-tls-vendored " , " tectonic_geturl/native-tls-vendored" ]
104
105
105
106
# developer feature to compile with the necessary flags for profiling tectonic.
106
107
profile = []
@@ -129,6 +130,7 @@ tectonic_bridge_flate = "thiscommit:2021-01-01:eer4ahL4"
129
130
tectonic_bridge_graphite2 = " 2c1ffcd702a662c003bd3d7d0ca4d169784cb6ad"
130
131
tectonic_bridge_harfbuzz = " 2c1ffcd702a662c003bd3d7d0ca4d169784cb6ad"
131
132
tectonic_bridge_icu = " 2c1ffcd702a662c003bd3d7d0ca4d169784cb6ad"
133
+ tectonic_bundles = " thiscommit:2021-06-13:Q0esYor"
132
134
tectonic_cfg_support = " thiscommit:aeRoo7oa"
133
135
tectonic_dep_support = " 5faf4205bdd3d31101b749fc32857dd746f9e5bc"
134
136
tectonic_docmodel = " cd77b60d48b1ae3ef80d708e6858ea91cd9fa812"
@@ -137,7 +139,7 @@ tectonic_engine_xdvipdfmx = "7dcbc52e58f9774b3d592919a9105377faeac509"
137
139
tectonic_engine_xetex = " b7a4085fa67c831d4532da6661bddafd1f9c24ff"
138
140
tectonic_errors = " 317ae79ceaa2593fb56090e37bf1f5cc24213dd9"
139
141
tectonic_geturl = " thiscommit:2021-01-16:Aikoob9c"
140
- tectonic_io_base = " f7eeff461778f7082db7ed5097d93aa63119eb12 "
142
+ tectonic_io_base = " thiscommit:2021-06-13:XFjtSsZ "
141
143
tectonic_status_base = " 317ae79ceaa2593fb56090e37bf1f5cc24213dd9"
142
144
tectonic_xdv = " c91f2ef37858d1a0a724a5c3ddc2f7ea46373c77"
143
145
tectonic_xetex_layout = " 2c1ffcd702a662c003bd3d7d0ca4d169784cb6ad"
0 commit comments