Jonathan Kelley cd57d6219c wip: crates define their own versions hace 4 meses
..
src 03c2d6711d fix: pass off env vars to android apps (#3621) hace 5 meses
.gitignore 8a2d170d96 pull out the CLI config data into a separate library hace 1 año
Cargo.toml cd57d6219c wip: crates define their own versions hace 4 meses
README.md 3fb1f739d1 Simplify cli-config, hotreload -> devtools (drop to 0 deps, fast compile times) (#2975) hace 9 meses

README.md

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.