jakobhellermann / bevy-inspector-egui

Inspector plugin for the bevy game engine
Apache License 2.0
1.15k stars 169 forks source link

Inspectable HashMap impl #72

Closed Luminoth closed 2 years ago

Luminoth commented 2 years ago

Per the discussion in https://github.com/jakobhellermann/bevy-inspector-egui/issues/70, this is the Inspectable implementation for the std HashMap.

jakobhellermann commented 2 years ago

Oh, I totally missed this PR in my notifications. The implementation looks good, thanks for your effort.