marc2332 / freya

Cross-platform GUI library for 🦀 Rust powered by 🧬 Dioxus and 🎨 Skia.
https://freyaui.dev/
MIT License
1.33k stars 51 forks source link

enhancement: Support native context menus using Muda #782

Open marc2332 opened 1 month ago

marc2332 commented 1 month ago

A hook to integrate with Muda would be nice

let native_menu = use_native_menu();
native_menu.show(...);