summaryrefslogtreecommitdiff
path: root/Cargo.lock
AgeCommit message (Collapse)Author
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
2023-08-26Let the CLI `typst update` itself without a package manager (#1887)jimvdl
2023-08-22Bump rustls-webpki from 0.100.1 to 0.100.2 (#1980)dependabot[bot]
Bumps [rustls-webpki](https://github.com/rustls/webpki) from 0.100.1 to 0.100.2. - [Release notes](https://github.com/rustls/webpki/releases) - [Commits](https://github.com/rustls/webpki/compare/v/0.100.1...v/0.100.2) --- updated-dependencies: - dependency-name: rustls-webpki dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-22Virtual path typeLaurenz
Fixes #1937
2023-08-21Set new minimum serde versionLaurenz
1.0.184 does not ship with a precompiled binary anymore
2023-08-21Wasm plugin system (#1555)astrale-sharp
2023-08-08Add SVG export (#1729)Wenzhuo Liu
2023-08-07Version bumpv0.7.0Laurenz
2023-08-07Bump pdf-writer and svg2pdfLaurenz
2023-08-06Query-System for metadata (#1812)Beiri22
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2023-08-03Bump hypherLaurenz
2023-07-24Enable feature raster images to resvg (#1786)Laurenz Stampfl
2023-07-21Bump svg2pdfLaurenz
Co-Authored-By: Laurenz Stampfl <47084093+LaurenzV@users.noreply.github.com>
2023-07-18Extract syntax module into typst-syntax crateLaurenz
2023-07-17Load theme for raw code (#1675)Myriad-Dreamin
2023-07-06Raw syntax definition loading (#1655)Sébastien d'Herbais de Thun
2023-07-05Color mixing function (#1332)Lynn
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2023-07-04Disable `binary` feature of `oxipng` (#1640)LingMan
The `oxipng` crate contains a binary target in addition to the library target. Said binary has additional dependencies which are not needed by users of the library. Since Cargo unfortunately doesn't currently offer a good way to express such binary-only dependencies, they are enabled by default via the `binary` feature. Avoid downloading and building these unnecessary crates by disabling the `binary` feature.
2023-07-02Move everything into `crates/` directoryLaurenz
2023-06-30Version bumpv0.6.0Laurenz
2023-06-30Non-Typst highlighting in documentationLaurenz
2023-06-27Basic package managementLaurenz
2023-06-09Version bumpv0.5.0Laurenz
2023-06-09Replace atty with stdLaurenz
2023-06-06Improve value casting infrastructureLaurenz
2023-05-30Use icu4x for linebreaking algorithm (#1355)Peng Guanwen
2023-05-24Use chrono instead of time in the CLI (#1300)Laurenz Stampfl
2023-05-23Add support for date & time handling (#435)Laurenz Stampfl
2023-05-20Version bumpv0.4.0Laurenz
2023-05-19Bump dependenciesLaurenz
2023-05-19cli: Emit escape codes only if output is a tty (#1188)Johannes Wolf
2023-05-17Better documentation outlinesLaurenz
2023-05-17Externalize contributor fetchingLaurenz
2023-05-16Bump comemoLaurenz
2023-05-15Switch from unicode_xid to unicode_ident (#1208)Kevin Stevens
2023-05-11Remove 'static bound on `World`Laurenz
Thanks to improvements in comemo, tracked types don't need to be 'static anymore. This means that the 'static bound on the `World` is now lifted and that the `Route` doesn't need to use unsafe code anymore to manage its lifetime.
2023-05-03Update `svg2pdf`Martin Haug
Potentially helps with #368
2023-05-03Make ligatures copyable and searchableLaurenz
Fixes #479 Fixes #1040