Expand description
§Freya
Freya is a declarative, cross-platform GUI Rust library, powered by 🧬 Dioxus and 🎨 Skia.
It does not use any web tech, check the Differences with Dioxus.
§Basics
§Learn
- Development Setup
 - Theming
 - i18n
 - Accessibility
 - Router
 - Third Party State Managemement
 - Devtools
 - Performance Tips
 
§Advanced
§API References
§Features flags
devtools: enables a side panel to inspect your App tree, styles and computed layout.use_camera: enables theuse_camerahook.
Re-exports§
pub use dioxus;pub use dioxus_core;pub use torin;
Modules§
- Freya docs.
 - Common data structures and utils.
 - Collection of components.
 - Core APIs.
 - Elements, attributes and events definitions.
 - Events data.
 - Useful utilities.
 - Launch your app.
 - Useful imports.