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.
  • network-image: enables the NetworkImage component.
  • custom-tokio-rt: disables the default Tokio runtime created by Freya.
  • performance-overlay: enables the performance overlay plugin.
  • disable-zoom-shortcuts: disables the default zoom shortcuts.

Re-exports§

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

Modules§