2 unstable releases

Uses new Rust 2024

0.1.0-alpha.1 Apr 18, 2025
0.0.0 Apr 13, 2025

#1194 in GUI

Download history 92/week @ 2025-04-09 157/week @ 2025-04-16 15/week @ 2025-04-23

264 downloads per month

MIT/Apache

36KB
279 lines

Dioxus Window

Window utilities for Dioxus.

Features:

  • Theme
  • Window Size

Usage

Add dioxus-window to your Cargo.toml:

[dependencies]
dioxus-window = "0.1"

Dioxus Compatibility

This table represents the compatibility between this crate and Dioxus versions. The crate version supports a Dioxus version up until the next crate version in the table.

E.g. if crate version 0.1 supported Dioxus 0.6 and crate version 0.4 supported Dioxus 0.7, crate versions 0.1, 0.2, and 0.3 would support Dioxus 0.6.

Crate Version Dioxus Version
0.1 0.6

Dependencies

~3–47MB
~680K SLoC