Skip to main content

Crate ling_ui

Crate ling_ui 

Source
Expand description

ling-ui — retained-mode UI widgets and flex layout for Ling.

Re-exports§

pub use widget::View;
pub use widget::Widget;
pub use widget::Label;
pub use widget::Button;
pub use layout::FlexDirection;
pub use layout::LayoutNode;
pub use layout::Style;
pub use layout::simple_layout;
pub use event::Event;
pub use renderer::SoftwareRenderer;

Modules§

event
UI input events.
layout
Flex layout engine (wraps Taffy when the layout feature is enabled).
renderer
Software renderer stub for ling-ui.
widget
UI widget types.

Constants§

VERSION