diff options
| author | Peng Guanwen <pg999w@outlook.com> | 2024-12-17 22:07:45 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-17 14:07:45 +0000 |
| commit | 73253d465192454f0dfe3fe9eef46d495b343aef (patch) | |
| tree | 4d8179d7b0d7c169e283471d7df928d264192ca0 /Cargo.toml | |
| parent | 54cee16c3128695089d7472451f02646c6d81521 (diff) | |
Support for defining which charset should be covered by a font (#5305)
Co-authored-by: Laurenz <laurmaedje@gmail.com>
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -94,6 +94,7 @@ qcms = "0.3.0" quote = "1" rayon = "1.7.0" regex = "1" +regex-syntax = "0.8" resvg = { version = "0.43", default-features = false, features = ["raster-images"] } roxmltree = "0.20" rust_decimal = { version = "1.36.0", default-features = false, features = ["maths"] } |
