Jonathan Kelley fc09e484cc Chore: move versions to crates instead of workspace vor 4 Monaten
..
src 67515ce812 Allow to connect to the dev server from a physical Android device (#3634) vor 4 Monaten
.gitignore 8a2d170d96 pull out the CLI config data into a separate library vor 1 Jahr
Cargo.toml fc09e484cc Chore: move versions to crates instead of workspace vor 4 Monaten
README.md 3fb1f739d1 Simplify cli-config, hotreload -> devtools (drop to 0 deps, fast compile times) (#2975) vor 9 Monaten

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.