jakobhellermann / bevy-inspector-egui

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

manage_clipboard feature fix #210

Closed mgi388 closed 4 weeks ago

mgi388 commented 1 month ago

Fixes #209

jakobhellermann commented 4 weeks ago

I don't know what feature names we should use, e.g. if you want to expose to users of this crate the fact that the open URL and clipboard features are related to "egui", then the current prefix is good. If you want to make it agnostic we should ditch the egui_ prefix

I think the egui_ prefix is fine.

I bumped the version to 0.25.1 to match crates.io—was there a publish to crates.io but no corresponding commit and tag in here?

Looks like it, I forgot to push that commit.