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

Enable serde dependency in the html crate even if eval is disabled #1817

Merged
merged 1 commit into from
Jan 11, 2024

Conversation

ealmloff
Copy link
Member

This fixes the dioxus tui renderer. The HTML crate uses serde if the serialize feature is enabled but it only enables the serde dependency if the eval feature is enabled. This PR changes the features so that serde is enabled if either eval or serialize is enabled

@ealmloff ealmloff added bug Something isn't working tui labels Jan 11, 2024
@jkelleyrtp jkelleyrtp merged commit 7dd9fce into DioxusLabs:master Jan 11, 2024
10 checks passed
@ealmloff ealmloff deleted the fix-serde-html branch January 11, 2024 22:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working tui
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants