diff options
| author | Laurenz Stampfl <47084093+LaurenzV@users.noreply.github.com> | 2024-06-16 09:47:13 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-06-16 07:47:13 +0000 |
| commit | 1110b935646fb4174cfce020613378ca7a7e8300 (patch) | |
| tree | ab8662cc6129f0e63916340a740c75acbd46fa60 /Cargo.lock | |
| parent | 9a45d948f99410292f212d3c51539fee9d0e95ad (diff) | |
Add support for COLRv1 emojis (#4371)
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -2600,6 +2600,7 @@ dependencies = [ "unscanny", "usvg", "wasmi", + "xmlwriter", ] [[package]] @@ -2657,7 +2658,7 @@ dependencies = [ [[package]] name = "typst-dev-assets" version = "0.11.0" -source = "git+https://github.com/typst/typst-dev-assets?rev=ee8ae61cca138dc92f9d818fc7f2fc046d0148c5#ee8ae61cca138dc92f9d818fc7f2fc046d0148c5" +source = "git+https://github.com/typst/typst-dev-assets?rev=48a924d9de82b631bc775124a69384c8d860db04#48a924d9de82b631bc775124a69384c8d860db04" [[package]] name = "typst-docs" |
