Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove implicit
png
feature, only have png-format
The optional `png` dependency creates an implicit `png` feature which shows up when you do a `cargo add tiny-skia` but that won't do anything when enabled. The right feature to enable is `png-format` so we only need to have that one.
- Loading branch information