Closed nyurik closed 1 year ago
Good point about the dep:
- i never used them before, but they make so much more sense!
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
.
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.
spreet = { version = "...", default-features = false }
assert_fs
dependency seemed not to be needed by the primary code, only by the testscli
feature