RazrFalcon / tiny-skia

A tiny Skia subset ported to Rust
BSD 3-Clause "New" or "Revised" License
1.05k stars 67 forks source link

Various fixes, a series of patches #99

Closed waywardmonkeys closed 11 months ago

waywardmonkeys commented 11 months ago

This is a series of patches to fix formatting, clippy, broken links in docs, and some CI improvements.

I was hoping this might be easier than a ton of PRs, but still keep things separate for easy review.

waywardmonkeys commented 11 months ago

I should only run cargo fmt and cargo clippy checks when the rust version is stable ... I think.

RazrFalcon commented 11 months ago

Thanks.