summaryrefslogtreecommitdiff
path: root/Cargo.toml
AgeCommit message (Collapse)Author
2023-12-18Switch to `two-face` for extra syntect syntaxes (#2937)CosmicHorror
2023-12-18Parallel export (#2989)Sébastien d'Herbais de Thun
2023-12-15Switch to parallel comemo using Git dependency (#2973)Sébastien d'Herbais de Thun
2023-12-05 Add simple fuzz testing (#2581)Nathaniel Brough
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-27Use clippy workspace lints and inline format args (#2771)danieleades
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-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-08Switch to workspace dependenciesLaurenz
2023-10-31Version bumpv0.9.0Laurenz
2023-09-13Version bumpv0.8.0Laurenz
2023-08-25Specify resolverLaurenz
2023-08-07Version bumpv0.7.0Laurenz
2023-07-02Move everything into `crates/` directoryLaurenz
2023-06-30Version bumpv0.6.0Laurenz
2023-06-27Basic package managementLaurenz
2023-06-09Version bumpv0.5.0Laurenz
2023-06-07refactor: Replace once_cell to std lib (#1402)Yang Hau
2023-05-23feat(cli): export as png (#1159)Lino Le Van
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2023-05-23Add support for date & time handling (#435)Laurenz Stampfl
2023-05-20Version bumpv0.4.0Laurenz
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-03Add rust minimum version in `Cargo.toml` (#902)HarmoGlace
2023-05-03Make ligatures copyable and searchableLaurenz
Fixes #479 Fixes #1040
2023-05-02Add ICC profiles to images in PDF and update `usvg`, `svg2pdf` (#822)Martin Haug
2023-04-26Version bumpv0.3.0Laurenz
2023-04-26Touch up docsLaurenz
2023-04-26Upgrade a bunch of deps and remove two unused ones (#968)Alex Saveau
2023-04-24Enable debug symbols in developmentLaurenz
2023-04-24Disable stacker on WASMLaurenz
2023-04-23Add instrumentation (Part 1) (#761)Sébastien d'Herbais de Thun
2023-04-18Handle SVG with textLaurenz
2023-04-17Bump comemoLaurenz
2023-04-13Reduce amount of hashingLaurenz