summaryrefslogtreecommitdiff
path: root/Cargo.lock
AgeCommit message (Collapse)Author
2023-12-04Version bumpv0.10.0Laurenz
2023-11-30Drop dependency on `DashMap`Laurenz
DashMap doesn't work in multi-threaded WebAssembly in Safari: https://bugs.webkit.org/show_bug.cgi?id=265581
2023-11-30Optimized labels & introspector (#2801)Sébastien d'Herbais de Thun
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2023-11-29Bump hayagrivaLaurenz
2023-11-29Bump svg2pdfLaurenz
2023-11-27Bump dependenciesLaurenz
2023-11-27Bump comemo and siphasherLaurenz
2023-11-24Bump HayagrivaMartin Haug
Fix #2572
2023-11-24Merge `typst` and `typst-library`Laurenz
2023-11-24Upgrade open package to v5.0.1 (#2752)Albert Dong
2023-11-19Disable default features of `zip` crateLaurenz
2023-11-19Watching fixes (#2706)Laurenz
2023-11-17Parallel image encoding (#2693)Sébastien d'Herbais de Thun
2023-11-15Lexer change: Allow emphasis in CJK text without spaces (#2648)Peng Guanwen
2023-11-08Extract `typst-pdf` crateLaurenz
2023-11-08Extract `typst-svg` crateLaurenz
2023-11-08Extract `typst-render` crateLaurenz
2023-11-08Switch to crates.io version of self-replaceLaurenz
2023-11-08Pin iai versionLaurenz
2023-11-06Content rework 2 - Electric Boogaloo (#2504)Sébastien d'Herbais de Thun
2023-11-02Derive PDF instance id from content hash (#2552)Charlie Moog
2023-10-31Version bumpv0.9.0Laurenz
2023-10-31CSL supportLaurenz
2023-10-30Say which label occurs never or multiple times in error messageLaurenz
2023-10-25Use fontdb to search fonts, with basic fontconfig support (#2472)7sDream
2023-10-25Bump dependenciesLaurenz
2023-10-24Bump pdf-writerLaurenz
Fixes #2397
2023-10-22Add date to document (#2371)SekoiaTree
2023-10-19Bump rustix from 0.38.13 to 0.38.19 (#2429)dependabot[bot]
Bumps [rustix](https://github.com/bytecodealliance/rustix) from 0.38.13 to 0.38.19. - [Release notes](https://github.com/bytecodealliance/rustix/releases) - [Commits](https://github.com/bytecodealliance/rustix/compare/v0.38.13...v0.38.19) --- updated-dependencies: - dependency-name: rustix dependency-type: indirect
2023-10-09Bump ecowLaurenz
2023-10-08Bump hypherLaurenz
2023-10-04Bump pdf-writer and svg2pdfLaurenz
2023-10-03Gradient Part 2 - Linear gradients (#2279)Sébastien d'Herbais de Thun
2023-09-26Extract IDE crateLaurenz
2023-09-19Gradient Part 1 - Color rework (#2171)Sébastien d'Herbais de Thun
2023-09-19Incremental parsing in CLILaurenz
Reparses files in the CLI incrementally and also uses the file modification timestamp to completely skip reparsing if possible.
2023-09-14Bump svg2pdfLaurenz
2023-09-13Version bumpv0.8.0Laurenz
2023-09-13Update to usvg 0.35 (#2113)Laurenz Stampfl
2023-09-13Bump dependenciesLaurenz
2023-09-13Bump oxipngLaurenz
The released version of oxipng has a deadlock issue with rayon. So we switch to a git dependency for now.
2023-09-11Docs generation for typesLaurenz
2023-09-11First-class typesLaurenz
Makes types first-class values.
2023-09-11Forward third-party errorsLaurenz
Better to know something even if it isn't always formatted in the prettiest way
2023-09-11Support proxy and custom certificate configuration. (#2006)Zicklag
2023-09-05Bump hayagrivaLaurenz
2023-09-04Bump hypherLaurenz
2023-09-01Font embedding fixesLaurenz
- Subset prefix based on hash instead of hardcoded - Fix base font name of Type0 font - Embed CFF directly as standalone font Co-Authored-By: Martin Haug <mhaug@live.de>
2023-08-30Support CBOR binary serialization / deserialization (#2000)Beiri22
2023-08-29More type safety for spansLaurenz