vector-text 0.1.0

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 = "vector-text"
version = "0.1.0"
dependencies = [
 "vector-text-borland",
 "vector-text-core",
 "vector-text-hershey",
 "vector-text-newstroke",
]

[[package]]
name = "vector-text-borland"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "de80af090614a9ede73efdeadf79ca0017f213a3f3857512d82dc4c8523ba294"
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.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "481a24947bccc7925f6efd4592155ba27d285951997ebddaa88b2dc892cc9fbd"
dependencies = [
 "vector-text-core",
]

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