alexheretic / glyph-brush

Fast GPU cached text rendering
Apache License 2.0
673 stars 52 forks source link

disable default features for ordered-float #138

Closed TannerRogalsky closed 3 years ago

TannerRogalsky commented 3 years ago

Hi!

ordered-float recently added rand as a default but optional dependency. https://github.com/reem/rust-ordered-float/pull/84

This causes this crate to no longer compile on the wasm32-unknown-unknown target.

Since none of the default features are being used, it made more sense to me to disable than than to pin to an earlier version of the dependency.

Thanks for your crate!

mbrubeck commented 3 years ago

ordered-float 2.5.1 no longer enables rand by default.

alexheretic commented 3 years ago

ordered-float 2.5.1 no longer enables rand by default.

Bumping the min here to 2.5.1 should be enough then.

alexheretic commented 3 years ago

Closed by 7a701eb669eb6bbf84a6052909e29e252b3cac1d