Crate clay_layout

Source

Re-exports§

pub use color::Color;
pub use crate::bindings::*;

Modules§

bindings
color
elements
errors
id
layout
math
render_commands
renderers
text

Macros§

fit
Shorthand macro for Sizing::Fit. Defaults max to f32::MAX if omitted.
fixed
Shorthand macro for Sizing::Fixed.
grow
Shorthand macro for Sizing::Grow. Defaults max to f32::MAX if omitted.
percent
Shorthand macro for Sizing::Percent. The value has to be in range 0.0..=1.0.

Structs§

Clay
ClayLayoutScope
Declaration