summaryrefslogtreecommitdiff
path: root/Cargo.toml
AgeCommit message (Expand)Author
2021-06-01Refactor path handlingLaurenz
2021-05-31Fix and improveLaurenz
2021-05-28Refactored loading and cache architectureLaurenz
2021-05-26Add hash impls for all nodesMartin Haug
2021-04-23Reengineer font and resource loading 🏞Laurenz
2021-04-21Make frames serializable 📚Laurenz
2021-04-07Do binary search and find the outermost glyph with the text index 🔍Laurenz
2021-04-06Deduplicate ttf-parser and rustybuzz face 🥞Laurenz
2021-04-05Reshaping with unsafe-to-break ⚡Laurenz
2021-03-30BiDi reordering 🔃Laurenz
2021-03-29Line break iterating run shaper 🌵Laurenz
2021-03-24Text shaping 🚀Laurenz
2021-03-23Render svg emoji 🐳Laurenz
2021-03-23Bump tiny-skia to 0.5 🔼Laurenz
2021-03-13Faster compile times and test execution ⚡Laurenz
2021-03-02Remove dependencies on itoa and ryu ⬇️Laurenz
2021-01-15Move value tests + smarter number formatting 🔢Laurenz
2021-01-14Move test files into category subfolders 🚚Laurenz
2020-12-11Switch to miniz_oxide 🔼Laurenz
2020-12-10Refine test infrastructure ✅Laurenz
2020-11-30Compress images in PDFs ⚙Laurenz
2020-11-25Move benchmarks into separate crate ♾Laurenz
2020-11-25Switch to tiny-skia 🎨Laurenz
2020-11-20Basic image support 🖼Laurenz
2020-11-19Switch to pdf-writer ⬆️Laurenz
2020-11-05Don't panic 🌶Laurenz
2020-10-13Simple regression testing with file-based comparisons ✅Laurenz
2020-10-13Rename typstc -> typst ✏Laurenz
2020-10-12Move main back into src/ 📨Laurenz
2020-10-12Synchronous layout 🪀Laurenz
2020-10-10Switch back to custom geometry types, unified with layout primitives 🏞Laurenz
2020-10-04Expression evaluation with Eval trait 🧮Laurenz
2020-10-03Port to kurbo 🎋Laurenz
2020-10-02Refactor parser 🏞Laurenz
2020-09-30Enable features by default 💜Laurenz
2020-08-19Add end-to-end typesetting benchmark 🖊Laurenz
2020-08-16Add Value type and replace dyn-nodes with call-exprs 🏗Laurenz
2020-08-14Add basic parsing benchmark 🌩Laurenz
2020-08-03Formatting, documentation and small improvements 🧽Laurenz
2020-08-02Layout elements and pure rust rendering 🥏Laurenz
2020-08-02Move binary into separate crate and tidy dependencies 🎭Laurenz
2020-08-02Update Cargo.toml and CI configuration ⚙Laurenz
2020-08-01Port font handling to fontdock and ttf-parser 🛳Laurenz
2020-02-04Serialize layouts with serde 🔠Laurenz
2020-02-03Port tests 🚁Laurenz
2020-02-03Upgrade to new toddle interface 🐳Laurenz
2020-01-18ColorToken serialization + function fix 🚧Laurenz
2020-01-16Powerful parser testing 🐱‍👤Laurenz
2020-01-14Parser testing prototype 🥥Laurenz
2020-01-06Asyncify font loading 🪐Laurenz