mooman219 / fontdue

The fastest font renderer in the world, written in pure rust.
Apache License 2.0
1.44k stars 72 forks source link

Update hashbrown to fix no_std support #137

Closed lassade closed 1 year ago

lassade commented 1 year ago

Hi!

This small PR updates hashbrown and with that ahash.

The current version of ahash has the runtime-rng feature enabled by default, this breaks no_std in any platform that getrandom isn't available.

Cheers

mooman219 commented 1 year ago

Thank you! Merged