yeslogic / allsorts

Font parser, shaping engine, and subsetter implemented in Rust
https://yeslogic.com/blog/allsorts-rust-font-shaping-engine/
Apache License 2.0
721 stars 21 forks source link

Please push a new release of allsorts_no_std #49

Closed hsivonen closed 2 years ago

hsivonen commented 2 years ago

The current release of allsorts_no_std systematically disables default features for its dependencies, even ones that had no default features at the time. This prevents the dependencies from introducing default features gracefully.

Could you, please, push a new release with the current in-git Cargo.toml that no longer does this?

wezm commented 2 years ago

Hi Henri, we don't own allsorts_no_std. @fschutt published it as a fork, perhaps they can update it for you.

wezm commented 2 years ago

@fschutt it would be great if you could update the README and Cargo metadata to make it clearer that we're not the source of the crate.