# 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 = "rusttype_bugfix_19072017" version = "0.2.1" authors = ["Dylan Ede "] exclude = ["examples/*.ttf"] description = "A pure Rust alternative to libraries like FreeType.\n\nRustType provides an API for loading, querying and rasterising TrueType fonts.\n\nIt also provides an implementation of a dynamic GPU glyph cache for hardware font rendering.\n" homepage = "https://github.com/dylanede/rusttype" documentation = "https://dylanede.github.io/rusttype" readme = "README.md" keywords = ["font", "truetype", "opentype", "ttf", "otf"] license = "MIT / Apache-2.0" repository = "https://github.com/dylanede/rusttype" [dependencies.arrayvec] version = "^0.3.13" [dependencies.linked-hash-map] version = "0.0.10" [dependencies.stb_truetype_bugfix_19072017] version = "0.2.1" [dev-dependencies.glium] version = "^0.14" [dev-dependencies.unicode-normalization] version = "^0.1.2"