summaryrefslogtreecommitdiff
path: root/Cargo.toml
AgeCommit message (Collapse)Author
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
2023-04-11Version bumpv0.2.0Laurenz
2023-04-11Optimization to `Introspector::extract` (#734)Daniel Csillag
2023-04-07Update tiny-skia (#166)Ralph Langendam
2023-04-05Bump versionv0.1.0Laurenz
2023-04-01Default workspace members to cli (#484)figsoda
2023-03-29Make release builds using LTO (#396)Filip Andersson
2023-03-27Bump dependenciesLaurenz
2023-03-24strip cli target (#143)arctic-penguin
Stripping `typst-cli` reduces the file size from 24 MB to 18 MB.
2023-03-19Fix font embedding bugsLaurenz
2023-03-01Bump `ecow`Laurenz
2023-02-23Switch to ecowLaurenz
2023-02-12Add XMPMartin Haug
2023-02-06Set Typst versions to `0.0.0`Laurenz
2023-02-06Documentation providerLaurenz
2023-01-27Symbol values and modulesLaurenz
2023-01-27Small fixesLaurenz
2023-01-22Remove ReXLaurenz
2022-12-14Basic autocompletionLaurenz
2022-12-14Move highlighting into new IDE moduleLaurenz
2022-12-02Introduce virtual typesetterLaurenz
2022-11-26Make content a bit more compactLaurenz
2022-11-03Separate test crateLaurenz
This removes the not-really-cyclic dependency that confuses rust-analyzer. See also: https://github.com/rust-lang/rust-analyzer/issues/2414
2022-11-03Split cratesLaurenz
2022-10-18Reduce dependencies from compiler on libraryLaurenz
2022-10-17Merge some modulesLaurenz
2022-10-15Bump dependenciesLaurenz