13 releases
new 0.6.0 | Dec 7, 2024 |
---|---|
0.6.0-rc.0 | Dec 3, 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 |
#724 in GUI
11,792 downloads per month
Used in 46 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
~210KB