linebender / kurbo

A Rust library for manipulating curves
Apache License 2.0
697 stars 67 forks source link

Allow some of the SVG support in `no_std` #356

Closed waywardmonkeys closed 1 month ago

waywardmonkeys commented 1 month ago

Some of the SVG functionality builds with no_std and can reasonably be enabled.

waywardmonkeys commented 1 month ago

The CI failure is due to the CI here not being Linebender standard and having a fixed stable toolchain and we haven't yet fixed the issues here with unexpected_cfgs and friends.

Will look into that as a separate PR.

waywardmonkeys commented 1 month ago

I'll rebase this on top of #358 once that lands so that I can add an appropriate changelog entry here without having it generate a conflict.