| # This file is automatically @generated by Cargo. |
| # It is not intended for manual editing. |
| version = 3 |
| |
| [[package]] |
| name = "font-types" |
| version = "0.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "02186306cae98ae594620ea5fb50db3706f54525a35ee9acf61dcac2978b3cba" |
| |
| [[package]] |
| name = "fontations_bridge" |
| version = "0.1.0" |
| dependencies = [ |
| "font-types", |
| "read-fonts", |
| "skrifa", |
| ] |
| |
| [[package]] |
| name = "read-fonts" |
| version = "0.11.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6c9f2eddf6bdea54097838571db91b94d57a862ad855ce5fc75600be84138a43" |
| dependencies = [ |
| "font-types", |
| ] |
| |
| [[package]] |
| name = "skrifa" |
| version = "0.10.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "32384b5dc3de1dbc18e281e8988b2ee8633624a177c22448a174769a3588f8af" |
| dependencies = [ |
| "read-fonts", |
| ] |