Crate freya

Source
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

§Advanced

§API References

§Features flags

  • devtools: enables a side panel to inspect your App tree, styles and computed layout.
  • use_camera: enables the use_camera hook.

Re-exports§

pub use dioxus;
pub use dioxus_core;
pub use torin;

Modules§

_docs
Freya docs.
common
Common data structures and utils.
components
Collection of components.
core
Core APIs.
elements
Elements, attributes and events definitions.
elements_docs
events
Events data.
hooks
Useful utilities.
launch
Launch your app.
plugins
prelude
Useful imports.