dioxus/packages/dioxus
2021-01-22 15:50:16 -05:00
..
src Feat: add webview example 2021-01-22 15:50:16 -05:00
Cargo.toml Feat: add webview example 2021-01-22 15:50:16 -05:00
README.md Feat: dioxus frontend crate 2021-01-20 12:04:27 -05:00

Dioxus

This crate serves as the thin frontend over dioxus-core and dioxus-app. Here, we support docs, feature flags, and incorporate some extra tools and utilities into a consistent API.

Ideally, we can prevent cfg creep into the core crate by moving it all into this frontend crate.

For now, see dioxus-core for all docs and details