flother / spreet

Create a spritesheet from a set of SVG images
MIT License
93 stars 6 forks source link

Make CLI-only features optional #62

Closed nyurik closed 1 year ago

nyurik commented 1 year ago

This greatly speeds up build for the users of the lib when CLI is not needed. Sorry forgot to include it in the previous round.

nyurik commented 1 year ago

Good point about the dep: - i never used them before, but they make so much more sense!

flother commented 1 year ago

Thanks for your extra work in sorting out the tests. I've added a commit to add the docs you suggested on using the crate in Cargo.toml.

I'll merge this now and flesh out the library-based tests in tests/sprite.rs.