vector-text 0.1.1

A library for rendering text into a series of points using various vector fonts.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "svg"
version = "0.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0d703a3635418d4e4d0e410009ddbfb65047ef9468b1d29afd3b057a5bc4c217"

[[package]]
name = "vector-text"
version = "0.1.1"
dependencies = [
 "svg",
 "vector-text-borland",
 "vector-text-core",
 "vector-text-hershey",
 "vector-text-newstroke",
]

[[package]]
name = "vector-text-borland"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "537ba2f0bbd3b7b8429c42f6614735937452be1d288c6e0ae6b304d040323b1f"
dependencies = [
 "vector-text-core",
]

[[package]]
name = "vector-text-core"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "31b49d3281c414d88b753748b268e171d3413d3a517641098f48bdb3d20260d8"

[[package]]
name = "vector-text-hershey"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4f1bb6fb8ef91541754ad065421dab1fa3542604528d5fbeec72cc4371f2bc5f"
dependencies = [
 "vector-text-core",
]

[[package]]
name = "vector-text-newstroke"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "db6382fee372c437740cdd390d78d51eccd0646ef99b0f41d244d8d613a9fd51"
dependencies = [
 "vector-text-core",
]