diff options
| author | Laurenz <laurmaedje@gmail.com> | 2023-01-22 13:19:48 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2023-01-22 13:19:48 +0100 |
| commit | 760936af4961060b3be4e6088953e4f070cd7e70 (patch) | |
| tree | f33c4099a6281f8a6b386d84609b521e36a2f39e /Cargo.toml | |
| parent | 79d851cd0bb864da8de980965472c2b7f2fbdb1f (diff) | |
Remove ReX
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -25,7 +25,6 @@ pdf-writer = "0.6" pixglyph = { git = "https://github.com/typst/pixglyph" } regex = "1" resvg = { version = "0.22", default-features = false } -rex = { git = "https://github.com/laurmaedje/ReX" } roxmltree = "0.14" rustybuzz = "0.5" serde = { version = "1", features = ["derive"] } @@ -35,7 +34,8 @@ svg2pdf = "0.4" symmie = { git = "https://github.com/typst/symmie" } thin-vec = "0.2" tiny-skia = "0.6.2" -ttf-parser = "0.17" +ttf-parser = "0.18.1" +unicode-math-class = { git = "https://github.com/typst/unicode-math-class" } unicode-segmentation = "1" unicode-xid = "0.2" unscanny = "0.1" |
