Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove implicit png feature, only have png-format #139

Merged

Conversation

waywardmonkeys
Copy link
Collaborator

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.

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.
@waywardmonkeys waywardmonkeys merged commit f2b9d09 into linebender:main Dec 7, 2024
3 checks passed
@waywardmonkeys waywardmonkeys deleted the remove-implicit-png-feature branch December 7, 2024 13:24
@DJMcNab
Copy link
Member

DJMcNab commented Dec 9, 2024

Designing this from scratch, I'd be inclined to name the feature png instead. But that ship has already sailed, I suspect.

@waywardmonkeys
Copy link
Collaborator Author

Same and I would rather keep existing people working than a change they don’t care about.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants