summaryrefslogtreecommitdiff
path: root/.github/workflows/rust.yml
AgeCommit message (Collapse)Author
2022-11-22Scheduled maintenanceLaurenz
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-09-25Fix CILaurenz
2022-01-01Bump and lock dependenciesLaurenz
2021-06-30Bump dependenciesLaurenz
2021-06-30CI allows for both modesMartin
2021-04-23Reengineer font and resource loading 🏞Laurenz
2020-11-19Switch to pdf-writer ⬆️Laurenz
2020-10-13Rename typstc -> typst ✏Laurenz
2020-09-27Rename master to main 🔀Laurenz
2020-09-27Fix for updated fontdock ✔Laurenz
2020-08-02Update Cargo.toml and CI configuration ⚙Laurenz
2020-08-01Port font handling to fontdock and ttf-parser 🛳Laurenz
- Use fontdock for indexing fonts and querying - Typst binary now automatically indexes and uses system fonts in addition to a fixed font folder! - Removes subsetting support for now (was half-finished anyways, plan is to use harfbuzz for subsetting in the future) - Adds font width configuration support
2020-07-19Change crappy tide/toddle CI mistake 🙄Martin
2020-07-19Add GitHub Actions CIMartin