iced/runtime
Ian Douglas Scott f93a6d740a
Add show_window_menu action
Winit currently supports this only on Windows and Wayland.

This requests that a context menu is shown at the cursor position,
like the menu normally triggered by right clicking the title bar. This
is important for implementing client side decorations with Iced widgets.
2024-02-13 04:45:07 +01:00
..
src Add show_window_menu action 2024-02-13 04:45:07 +01:00
Cargo.toml Re-implement against latest iced master. Rename FetchNativeHandle. 2024-02-07 09:35:13 +01:00
README.md Update README.md to reflect native->runtime rename 2023-08-02 22:28:09 +02:00

iced_runtime

Documentation Crates.io License Discord Server

iced_runtime takes iced_core and builds a runtime on top of it.

Iced moves fast and the master branch can contain breaking changes! If you want to learn about a specific release, check out the release list.