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

Derive Reflect and Asset for InputMap<A> #426

Merged
merged 9 commits into from
Dec 18, 2023

Conversation

barsoosayque
Copy link
Contributor

This is a continuation from #386. The code is significantly simpler due to how easy it is to omit the multimap dependency so it is possible to derive Reflect instead of making a new-type for multimap.

Closes #423.

@alice-i-cecile
Copy link
Contributor

Great work: good call to just swap over to a HashMap.

@alice-i-cecile alice-i-cecile enabled auto-merge (squash) December 12, 2023 19:48
@barsoosayque
Copy link
Contributor Author

CI fails but as far as I can tell it's not because of my changes ?

@alice-i-cecile
Copy link
Contributor

Yeah, I'll take a look.

@alice-i-cecile alice-i-cecile added this to the 0.12 milestone Dec 12, 2023
@alice-i-cecile alice-i-cecile merged commit 9d60abb into Leafwing-Studios:main Dec 18, 2023
3 of 4 checks passed
@barsoosayque barsoosayque deleted the type-path branch December 19, 2023 10:42
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.

Unable to use InputMap as an asset
2 participants