Skip to content

Commit 544c6ff

Browse files
committed
Update bridge_png for publish
1 parent b2112c6 commit 544c6ff

2 files changed

Lines changed: 18 additions & 0 deletions

File tree

crates/bridge_png/Cargo.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ name = "tectonic_bridge_png"
55
version = "0.0.0-dev.0"
66
edition = "2021"
77
links = "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]
1017
tectonic_dep_support = { path = "../dep_support", version = "0.0.0-dev.0" }

crates/bridge_png/README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
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/).

0 commit comments

Comments
 (0)