Skip to content

Commit a718182

Browse files
committed
Cargo.toml: attempt to fix us up on docs.rs
A new feature was just merged into docs.rs (https://github.com/onur/docs.rs/pull/73) which will hopefully make it possible for Tectonic to build on their system, which would be great. As far as I can tell, we won't be able to check if this is working until the next release is made, since docs.rs pulls releases from crates.io. But might as well get it in now.
1 parent c85e179 commit a718182

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,3 +63,6 @@ zip = "^0.2"
6363
# freetype-sys = "^0.4"
6464
# harfbuzz-sys = "^0.1"
6565
# libz-sys = "^1.0"
66+
67+
[package.metadata.docs.rs]
68+
dependencies = ["libfontconfig1-dev", "libgraphite2-dev", "libharfbuzz-dev", "zlib1g-dev"]

0 commit comments

Comments
 (0)