RazrFalcon / tiny-skia

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

Cargo.toml: Add MSRV as rust-version field. #97

Closed waywardmonkeys closed 11 months ago

waywardmonkeys commented 11 months ago

This will help downstream dependencies detect issues with the MSRV.

RazrFalcon commented 11 months ago

Thanks.