I'm using ggez to paint my shapes but ggez has no support for using paths directly.(there might be a solution somehow... but ggez is no longer maintained, become harder to use lastest lyon.)
can I draw with lyon directly paired with winit or minifb? anyone provide an minimal example please?