xengui 0.2.1

wgpu based, modern and high-performance GUI library.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// SPDX-License-Identifier: Apache-2.0
pub mod font_weight;
pub mod font_style;
pub mod text_align;
pub mod text_decoration;
pub mod letter_spacing;
pub mod line_height;

pub use font_weight::FontWeight;
pub use font_style::FontStyle;
pub use text_align::TextAlign;
pub use text_decoration::TextDecoration;
pub use letter_spacing::LetterSpacing;
pub use line_height::LineHeight;