orbfont 0.4.0

Orbital font rendering
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 are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2018"
name = "orbfont"
version = "0.4.0"
authors = ["Jeremy Soller <jackpot51@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Orbital font rendering"
readme = "README.md"
license = "MIT"
repository = "https://gitlab.redox-os.org/redox-os/orbfont"

[features]
default = ["std"]
no-std = [
    "rusttype/libm-math",
    "num-traits",
]
std = [
    "rusttype/std",
    "font-loader",
    "orbclient/bundled",
    "orbclient/std",
]

[lib]
name = "orbfont"
path = "src/lib.rs"

[[example]]
name = "character_map"
path = "examples/character_map.rs"

[dependencies.num-traits]
version = "0.2"
optional = true
default-features = false

[dependencies.orbclient]
version = "0.4"
default-features = false

[dependencies.rusttype]
version = "0.9.3"
default-features = false

[target.'cfg(not(target_os = "redox"))'.dependencies.font-loader]
version = "0.11.0"
optional = true