tectonic_bridge_freetype2 0.1.0

Expose the FreeType2 library C APIs to Rust/Cargo.
Documentation
# Copyright 2020 the Tectonic Project
# Licensed under the MIT License.

# See README.md for discussion of features (or lack thereof) in this crate.

[package]
name = "tectonic_bridge_freetype2"
version = "0.1.0"
authors = ["Peter Williams <peter@newton.cx>"]
description = """
Expose the FreeType2 library C APIs to Rust/Cargo.
"""
homepage = "https://tectonic-typesetting.github.io/"
documentation = "https://docs.rs/tectonic_bridge_freetype2"
repository = "https://github.com/tectonic-typesetting/tectonic/"
readme = "README.md"
license = "MIT"
edition = "2018"
links = "freetype2"

[build-dependencies]
tectonic_dep_support = { path = "../dep_support", version ="^0.1.0"}

[package.metadata.internal_dep_versions]
tectonic_dep_support = "5faf4205bdd3d31101b749fc32857dd746f9e5bc"