summaryrefslogtreecommitdiff
path: root/crates/typst-kit/src
AgeCommit message (Collapse)Author
2025-07-04Fix typo in PackageStorage (#6556)Andrew Voynov
2025-06-02Bump Rust to 1.87 in CI (#6367)Laurenz
2025-03-12Make two typst-kit functions private (#6045)Laurenz
2025-03-11Fix parallel package installation (#5979)Andrew Voynov
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2025-02-12Lazy parsing of the package index (#5851)Ana Gelez
2025-01-08More flexible and efficient `Bytes` representation (#5670)Laurenz
2024-11-27More magic "preview" -> DEFAULT_NAMESPACE (#5478)Stephen Waits
2024-11-26Replace _magic_ "preview" literals with a constant (#5452)Stephen Waits
2024-10-27Split out four new crates (#5302)Laurenz
2024-10-01Better return type for `download_index` (#5086)Laurenz
2024-09-30Change default font to Libertinus Serif (#4969)Laurenz
2024-09-26Spelling (#5020)Josh Soref
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
2024-08-20Fixed typo in docs for `ProgressSink` (#4785)Andrew Voynov
2024-08-11Fix crash when local package is missing and make OpenSSL optional in ↵Florent Michel
typst-kit (#4720)
2024-08-05Add typst-kit crate (#4540)tingerrr