RazrFalcon / rustybuzz

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

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

Closed Shnatsel closed 1 year ago

Shnatsel commented 1 year 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 1 year ago

Makes sense.