File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,13 @@ name = "tectonic_bridge_png"
55version = " 0.0.0-dev.0"
66edition = " 2021"
77links = " png"
8+ description = """
9+ Exposing PNG APIs to the Tectonic C/C++ and Rust code.
10+ """
11+ homepage = " https://tectonic-typesetting.github.io/"
12+ documentation = " https://docs.rs/tectonic_bridge_png"
13+ repository = " https://github.com/tectonic-typesetting/tectonic/"
14+ readme = " README.md"
815
916[build-dependencies ]
1017tectonic_dep_support = { path = " ../dep_support" , version = " 0.0.0-dev.0" }
Original file line number Diff line number Diff line change 1+ # The ` tectonic_bridge_png ` create
2+
3+ This crate is part of
4+ [ the Tectonic project] ( https://tectonic-typesetting.github.io/en-US/ ) . It exposes
5+ PNG APIs into Rust code safely, as well as the * C* API
6+ of the [ PNG] image library within the Rust/Cargo build framework.
7+
8+ [ ![ ] ( http://meritbadge.herokuapp.com/tectonic_bridge_png )] ( https://crates.io/crates/tectonic_bridge_png )
9+
10+ - [ API documentation] ( https://docs.rs/tectonic_bridge_png/ ) .
11+ - [ Main Git repository] ( https://github.com/tectonic-typesetting/tectonic/ ) .
You can’t perform that action at this time.
0 commit comments