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

Change plugin update return type #52

Merged
merged 1 commit into from
Oct 11, 2023
Merged

Change plugin update return type #52

merged 1 commit into from
Oct 11, 2023

Conversation

wymcg
Copy link
Owner

@wymcg wymcg commented Oct 11, 2023

Plugins now return a 2D array of BGRA values as JSON, instead of the custom PluginUpdate struct as JSON. Plugins can signal that they will not provide any further updates by returning null (None in Rust).

Closes #51

Plugins now return a 2D array of BGRA values, instead of the custom PluginUpdate struct.
@wymcg wymcg added the enhancement New feature or request label Oct 11, 2023
@wymcg wymcg added this to the 0.3.0 milestone Oct 11, 2023
@wymcg wymcg linked an issue Oct 11, 2023 that may be closed by this pull request
@wymcg wymcg merged commit 5dfcad6 into main Oct 11, 2023
@wymcg wymcg deleted the 51-phase-out-pluginupdate branch October 11, 2023 23:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Phase out PluginUpdate
1 participant