diff options
| author | Peng Guanwen <pg999w@outlook.com> | 2024-02-01 21:45:33 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-01 13:45:33 +0000 |
| commit | 464a15bdca3ea3a54adc6410ba679597d7ca421b (patch) | |
| tree | 9018afb236bc3b53e0a4f46766fda4128f272196 /Cargo.toml | |
| parent | 7d33436e55f8b1aec06d136ebe095dd86bf23e57 (diff) | |
Introduce override list to FontInfo (#3228)
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -72,6 +72,7 @@ palette = { version = "0.7.3", default-features = false, features = ["approx", " parking_lot = "0.12.1" pathdiff = "0.2" pdf-writer = "0.9.2" +phf = { version = "0.11", features = ["macros"] } pixglyph = "0.3" proc-macro2 = "1" pulldown-cmark = "0.9" |
