mooman219 / fontdue

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

bump hashbrown version #157

Closed joseluis closed 2 weeks ago

joseluis commented 2 weeks ago

Updating hashbrown to 0.15 changes its default hasher to foldhash instead of ahash, slightly improving performance and more importantly removing a few transitive dependencies (cfg-if, once_cell, zerocopy).