Skip to content

Implement Support for no_std

Christopher Serr requested to merge CryZe/stb_truetype-rs:no-std into master

This adds a std feature that is activated by default. When deactivated, core is used instead of std. Byteorder is removed as a dependency as core / std mostly support the same functionality nowadays.

Merge request reports