Open nicoburns opened 4 months ago
See problem exposed in PR #124.
I think a good first step is to get things actually compiling with no_std
. That will allow us to at least not regress thanks to CI checks. Adding actually useful functionality can be a step after that.
With that goal, I managed to get fontique
compiling in #158.
Now parley
is more tricky, because swash
does not yet support no_std
. I started to add that support, but then found that @waywardmonkeys is already ahead of me with swash#63. Once that lands we can move forward with doing the same for parley
.
Currently
parley
has astd
feature which can be disabled, and we are paying the maintenance cost of maintaining that, but it can't actually do anything useful when that feature is disabled. I would suggest that: