version = 3
[[package]]
name = "opentype"
version = "0.22.0"
dependencies = [
"postscript",
"truetype",
"typeface",
]
[[package]]
name = "postscript"
version = "0.16.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "21db941ac4c2a6c14974dbaa15c87ce1e601f700eb62f496a3fda6ebf15a1b46"
dependencies = [
"typeface",
]
[[package]]
name = "truetype"
version = "0.36.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "80226b90285ecf6d31820a026069fa10678b390e97b082e979aea474a3c3ffbb"
dependencies = [
"typeface",
]
[[package]]
name = "typeface"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ede2cf64cbeb02392a750643484685e244805bb667af3b2d3e2316f563b80998"