stb_truetype_bugfix_19072017 0.2.1

A straight translation of the font loading code in stb_truetype.h from C to Rust.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g. crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "stb_truetype_bugfix_19072017"
version = "0.2.1"
authors = ["Dylan Ede <dylanede@googlemail.com>"]
description = "A straight translation of the font loading code in stb_truetype.h from C to Rust."
homepage = "https://github.com/dylanede/stb_truetype-rs"
documentation = "https://dylanede.github.io/stb_truetype-rs"
readme = "README.md"
keywords = ["font", "truetype", "opentype", "ttf", "otf"]
license = "MIT / Apache-2.0"
repository = "https://github.com/dylanede/stb_truetype-rs"
[dependencies.byteorder]
version = "0.4"