fschutt / rust-fontconfig

Pure-Rust rewrite of the Linux fontconfig library (no system dependencies) - using ttf-parser and allsorts
MIT License
39 stars 8 forks source link

Use 'allsorts' instead of 'allsorts_no_std' #7

Closed Aaron1011 closed 1 year ago

Aaron1011 commented 1 year ago

The 'allsorts_no_std' fork is unmaintained. It was only used inside 'cfg(feature = 'std")', so the fact that 'allsorts' depends on libstd won't cause any changes for consumers of this library.

svenstaro commented 1 year ago

@fschutt please take a look at this. This lib currently doesn't compile because of the defunct allsorts_no_std lib.