summaryrefslogtreecommitdiff
path: root/Cargo.lock
AgeCommit message (Collapse)Author
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
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