uzor-desktop 1.2.1

uzor-desktop: winit-based desktop runtime for uzor apps. Implements AppBuilder::run() for native desktop targets.
docs.rs failed to build uzor-desktop-1.2.1
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: uzor-desktop-1.0.33

uzor-desktop — winit-based desktop runtime for uzor apps.

Provides the full native desktop lifecycle for uzor applications:

  • [manager::Manager] — the L4 event-loop driver (winit ApplicationHandler).
  • [builder_run::AppRun] — extension trait that adds .run() to uzor::framework::AppBuilder.
  • [tray] — system tray icon + context menu wrapper.
  • [chrome] — desktop chrome wiring helpers.
  • [utils] — screenshot, single-instance guard, Win32 resource embedding.
  • [platform] — Win32 cursor polling and DWM border helpers.
  • [window] — lower-level window creation, per-window state, window registry.