abrasion/third_party/cargo/vendor/ab_glyph_rasterizer-0.1.4/Cargo.toml

32 lines
979 B
TOML
Raw Normal View History

2020-01-18 23:27:25 +00:00
# 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]
2021-01-07 23:38:16 +00:00
edition = "2018"
name = "ab_glyph_rasterizer"
version = "0.1.4"
authors = ["Alex Butler <alexheretic@gmail.com>"]
description = "Coverage rasterization for lines, quadratic & cubic beziers"
2020-01-18 23:27:25 +00:00
readme = "README.md"
2021-01-07 23:38:16 +00:00
keywords = ["text", "ttf", "otf", "font"]
license = "Apache-2.0"
repository = "https://github.com/alexheretic/ab-glyph"
[dependencies.libm]
version = "0.2.1"
optional = true
[dev-dependencies]
2020-03-16 22:30:09 +00:00
[features]
2021-01-07 23:38:16 +00:00
default = ["std"]
std = []