Releases: rafaga/egui-map
Releases · rafaga/egui-map
0.0.13
- [NEW] implemented a constructor for MapLine that gets two arrays with 2 elements of f32
- [NEW] removed the dimension value in MapPoint struct, because it will use a three coordinate system with a conversion to Pos2 based upon a projection algorithm
- [FIX] id and name properties in MapPoint now are private
- [ENHANCEMENT] using 0.27 version of egui
- [FIX] removed the previous ContextManager struct it was unnecessary complex
- [NEW] added new trait ContextMenuManager to permit the user define their own contextual menu and let the user handle the events accord
- [NEW] added new trait NodeTemplate this will permit to the user define their own shape and data displayed on screen for each Node, this could be useful to certain applications
- [FIX] removed auto invert coordinates because it is not task of the component fix the wrong data.
v0.0.12
Change log
- better overall performance
- Implemented Pulse animation for notifications
- removed unnecessary dependencies
What's Changed
- Update egui requirement from 0.24 to 0.25 by @dependabot in #1
- Update egui requirement from 0.25 to 0.26 by @dependabot in #3