read-fonts 0.0.3

Reading OpenType font files.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "bitflags"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"

[[package]]
name = "font-types"
version = "0.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d8a29d385c5ec3ebfdc16229260562aeed1b83d72563d211773087a6daf970d7"

[[package]]
name = "read-fonts"
version = "0.0.3"
dependencies = [
 "bitflags",
 "font-types",
]