summaryrefslogtreecommitdiff
path: root/Cargo.toml
AgeCommit message (Collapse)Author
2022-01-24Export into rendered imagesLaurenz
2022-01-24Simplify CLILaurenz
2022-01-01Bump and lock dependenciesLaurenz
2021-12-16Set Rules Episode VIII: The First MacroLaurenz
2021-12-07Set Rules Episode II: Attack of the propertiesLaurenz
2021-12-13Reduce the size of the `FramesEntry` struct and bump editionMartin Haug
2021-12-07Bump pdf-writer, svg2pdf and error messagesMartin Haug
Co-Authored-By: Laurenz <laurmaedje@gmail.com>
2021-12-06Add SVG capabilitiesMartin Haug
2021-12-04Bump pdf-writerLaurenz
2021-11-29No more duplicate debug prints due to incremental testsLaurenz
2021-11-23TransformationsLaurenz
2021-11-22Remove decorumLaurenz
2021-11-20StrokesLaurenz
2021-10-05Iterate over grapheme clusters instead of charsLaurenz
2021-09-29Put rand behind layout cache featureLaurenz
2021-09-09Bump pdf-writerLaurenz
2021-08-27Parse command line arguments with pico-argsLaurenz
2021-08-24PDF bug fixesLaurenz
- Write correct subtype for CID Font - Write CIDToGIDMap attribute - Deduplicate CMap pairings - Bump pdf-writer for string primitive fix
2021-08-23Kerned PDF outputLaurenz
2021-08-19Pattern properties (#42)Martin
Included in this package are: * Code review I: The unnamed review. * Code Review II: How I met your review. * Code Review III: Code, the final frontier. These are the voyages of the USS Review ...
2021-08-18Move to exclusively oneshot benchmarks with Iai fork (#41)Martin
2021-08-01Pretty-printed diagnostics with tracebackLaurenz
2021-06-30Bump dependenciesLaurenz
2021-06-30Bump dependenciesLaurenz
2021-06-29Put incremental compilation behind featureMartin Haug
2021-06-18Ref count the framesMartin
2021-06-01Refactor path handlingLaurenz
2021-05-31Fix and improveLaurenz
- Set context location to resolved path during module evaluation. - Dump module diagnostics on import - Use same-file for more robustness than fs::canonicalize
2021-05-28Refactored loading and cache architectureLaurenz
2021-05-26Add hash impls for all nodesMartin Haug
This prepares the incremental PR. Co-Authored-By: Laurenz <laurmaedje@gmail.com>
2021-04-23Reengineer font and resource loading 🏞Laurenz
2021-04-21Make frames serializable 📚Laurenz
This also makes serialization support non-optional since it's too much feature-management for too little benefit.
2021-04-07Do binary search and find the outermost glyph with the text index 🔍Laurenz
Co-Authored-By: Martin <mhaug@live.de>
2021-04-06Deduplicate ttf-parser and rustybuzz face 🥞Laurenz
2021-04-05Reshaping with unsafe-to-break ⚡Laurenz
Co-Authored-By: Martin <mhaug@live.de>
2021-03-30BiDi reordering 🔃Laurenz
Co-Authored-By: Martin <mhaug@live.de>
2021-03-29Line break iterating run shaper 🌵Laurenz
Co-Authored-By: Martin <mhaug@live.de>
2021-03-24Text shaping 🚀Laurenz
- Shapes text with rustybuzz - Font fallback with family list - Tofus are shown in the first font Co-Authored-By: Martin <mhaug@live.de>
2021-03-23Render svg emoji 🐳Laurenz
2021-03-23Bump tiny-skia to 0.5 🔼Laurenz
2021-03-13Faster compile times and test execution ⚡Laurenz
- Optimize only dependencies, not the main crate - Don't generate debug info - Don't generate PDFs for all tets by default
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
- Tests diagnostics - More and better separated image tests
2020-11-30Compress images in PDFs ⚙Laurenz
2020-11-25Move benchmarks into separate crate ♾Laurenz
So that CI does not have to build criterion each time.
2020-11-25Switch to tiny-skia 🎨Laurenz
2020-11-20Basic image support 🖼Laurenz
- [image] function - Image rendering in tests - Supports JPEG and PNG - No PDF export so far