Skip to content

Commit b2112c6

Browse files
committed
Update bridge_fontconfig for publish
1 parent 555840a commit b2112c6

2 files changed

Lines changed: 18 additions & 0 deletions

File tree

crates/bridge_fontconfig/Cargo.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ name = "tectonic_bridge_fontconfig"
55
version = "0.0.0-dev.0"
66
edition = "2021"
77
links = "fontconfig"
8+
description = """
9+
Exposing fontconfig APIs to the Tectonic C/C++ and Rust code.
10+
"""
11+
homepage = "https://tectonic-typesetting.github.io/"
12+
documentation = "https://docs.rs/tectonic_bridge_fontconfig"
13+
repository = "https://github.com/tectonic-typesetting/tectonic/"
14+
readme = "README.md"
815

916
[dependencies]
1017
libc = "0.2"

crates/bridge_fontconfig/README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# The `tectonic_bridge_fontconfig` create
2+
3+
This crate is part of
4+
[the Tectonic project](https://tectonic-typesetting.github.io/en-US/). It exposes
5+
fontconfig APIs into Rust code safely, as well as the *C* API
6+
of the [FreeType] font rendering engine within the Rust/Cargo build framework.
7+
8+
[![](http://meritbadge.herokuapp.com/tectonic_bridge_fontconfig)](https://crates.io/crates/tectonic_bridge_fontconfig)
9+
10+
- [API documentation](https://docs.rs/tectonic_bridge_fontconfig/).
11+
- [Main Git repository](https://github.com/tectonic-typesetting/tectonic/).

0 commit comments

Comments
 (0)