harfbuzz / rustybuzz

A complete harfbuzz's shaping algorithm port to Rust
MIT License
551 stars 37 forks source link

Don't publish test data to crates.io #57

Closed Shnatsel closed 2 years ago

Shnatsel commented 2 years ago

Brings down the crate size from 1.2MB to 230KB.

Right now anyone running cargo install something-depending-on-rustybuzz will have to also download rustybuzz's test data, which is useless to them and just wastes bandwidth.

If anyone intends to develop rustybuzz, they'll clone the git repo instead of fetching the crate from crates.io (which doesn't even have a UI for doing that).

RazrFalcon commented 2 years ago

Makes sense.