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

add clone and debug to more callbacks #136

Merged
merged 2 commits into from
Nov 28, 2023
Merged

add clone and debug to more callbacks #136

merged 2 commits into from
Nov 28, 2023

Conversation

meanbeanmachine
Copy link
Contributor

In order to integrate steamworks-rs with iced-rs, the steam callbacks need to derive both Debug and Clone in order to be injected into Iced's ecosystem as Messages. I noticed that 5 out of the 14 callbacks I was using were either missing Debug, Clone, or both. I went through and added Debug and Clone to some more callbacks. I didn't touch the network ones though, those went really deep all the way into the OS bindings.

@Noxime Noxime merged commit c136535 into Noxime:master Nov 28, 2023
6 checks passed
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.

2 participants