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.lock | |
| parent | 79d851cd0bb864da8de980965472c2b7f2fbdb1f (diff) | |
Remove ReX
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 88 |
1 files changed, 14 insertions, 74 deletions
@@ -305,12 +305,6 @@ dependencies = [ ] [[package]] -name = "either" -version = "1.8.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "90e5c1c8368803113bf0c9584fc495a58b86dc8a29edbf8fe877d21d9507e797" - -[[package]] name = "elsa" version = "1.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -474,15 +468,6 @@ dependencies = [ ] [[package]] -name = "itertools" -version = "0.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "284f18f85651fe11e8a991b2adb42cb078325c996ed026d994719efcfca1d54b" -dependencies = [ - "either", -] - -[[package]] name = "itoa" version = "0.4.8" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -551,19 +536,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" [[package]] -name = "lexical-core" -version = "0.7.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6607c62aa161d23d17a9072cc5da0be67cdfc89d3afb1e8d9c842bebc2525ffe" -dependencies = [ - "arrayvec 0.5.2", - "bitflags", - "cfg-if", - "ryu", - "static_assertions", -] - -[[package]] name = "libc" version = "0.2.139" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -648,17 +620,6 @@ dependencies = [ ] [[package]] -name = "nom" -version = "5.1.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ffb4262d26ed83a1c0a33a38fe2bb15797329c85770da05e6b828ddb782627af" -dependencies = [ - "lexical-core", - "memchr", - "version_check", -] - -[[package]] name = "notify" version = "5.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -732,9 +693,9 @@ checksum = "db8bcd96cb740d03149cbad5518db9fd87126a10ab519c011893b1754134c468" [[package]] name = "pixglyph" version = "0.1.0" -source = "git+https://github.com/typst/pixglyph#131ea492ceada591c7e2d6dd2a5958ae325bd0d4" +source = "git+https://github.com/typst/pixglyph#e3ff0272d6723cdada91a00b0c99cda0e5adb56d" dependencies = [ - "ttf-parser 0.17.1", + "ttf-parser 0.18.1", ] [[package]] @@ -865,17 +826,6 @@ dependencies = [ ] [[package]] -name = "rex" -version = "0.1.2" -source = "git+https://github.com/laurmaedje/ReX#523b29bd39a4daf50f9bb3ee48689c66b209c4ff" -dependencies = [ - "itertools", - "nom", - "ttf-parser 0.17.1", - "unicode-math", -] - -[[package]] name = "rgb" version = "0.8.34" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -998,12 +948,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" [[package]] -name = "static_assertions" -version = "1.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" - -[[package]] name = "subsetter" version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -1129,6 +1073,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "375812fa44dab6df41c195cd2f7fecb488f6c09fbaafb62807488cefab642bff" [[package]] +name = "ttf-parser" +version = "0.18.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0609f771ad9c6155384897e1df4d948e692667cc0588548b68eb44d052b27633" + +[[package]] name = "typed-arena" version = "2.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -1150,7 +1100,6 @@ dependencies = [ "pixglyph", "regex", "resvg", - "rex", "roxmltree", "rustybuzz", "serde", @@ -1160,8 +1109,9 @@ dependencies = [ "symmie", "thin-vec", "tiny-skia", - "ttf-parser 0.17.1", + "ttf-parser 0.18.1", "typst-macros", + "unicode-math-class", "unicode-segmentation", "unicode-xid", "unscanny", @@ -1198,17 +1148,16 @@ dependencies = [ "kurbo", "lipsum", "once_cell", - "rex", "roxmltree", "rustybuzz", "serde_json", "symmie", "syntect", - "ttf-parser 0.17.1", + "ttf-parser 0.18.1", "typed-arena", "typst", "unicode-bidi", - "unicode-math", + "unicode-math-class", "unicode-script", "unicode-segmentation", "xi-unicode", @@ -1271,12 +1220,9 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "84a22b9f218b40614adcb3f4ff08b703773ad44fa9423e4e0d346d5db86e4ebc" [[package]] -name = "unicode-math" +name = "unicode-math-class" version = "0.1.0" -source = "git+https://github.com/s3bk/unicode-math/#8ab17ee2b125747876f48dfb579d58482bf876e5" -dependencies = [ - "regex", -] +source = "git+https://github.com/typst/unicode-math-class#a7ac7dd75cd79ab2e0bdb629036cb913371608d2" [[package]] name = "unicode-script" @@ -1329,12 +1275,6 @@ dependencies = [ ] [[package]] -name = "version_check" -version = "0.9.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" - -[[package]] name = "walkdir" version = "2.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" |
