14 releases
0.6.1 | Dec 18, 2024 |
---|---|
0.6.0 | Dec 7, 2024 |
0.6.0-alpha.5 | Nov 16, 2024 |
0.6.0-alpha.3 | Oct 14, 2024 |
0.5.0-alpha.0 | Feb 23, 2024 |
#748 in GUI
16,186 downloads per month
Used in 51 crates
(12 directly)
7KB
103 lines
dioxus-cli-config
A crate that provides key/value names and types for configuring Dioxus applications at runtime.
This crate exists for us to very cleanly define the exact fields we want to pass down to Dioxus applications at runtime but without exposing the entire config object.
This leads to faster compile times, smaller binaries, and a clearer distinction between the config and the application.
Dependencies
~220KB