allsorts icon indicating copy to clipboard operation
allsorts copied to clipboard

#[no_std] support

Open mooman219 opened this issue 4 years ago • 3 comments

Looks like supporting woff means including various decompression utilities like zlib and brotil. Could woff support be a feature flag instead and the base library have no_std support?

mooman219 avatar Nov 20 '19 00:11 mooman219

This seems like a really handy thing to have. Might also make compiling to WASM easier too!

brendanzab avatar Nov 20 '19 03:11 brendanzab

Oh neat! I see you have https://github.com/mooman219/fontdue - it looks really cool! I wonder if there's anything we can learn from this! 🤔

brendanzab avatar Nov 20 '19 03:11 brendanzab

Fontdue definitely much less serious than this project; I just made it because of pain points in RustType. Shaping is incredibly hard, but it would be real nice to integrate with a pure rust shaper now that one exists (Hence the no-std request) ^.^

mooman219 avatar Nov 21 '19 09:11 mooman219