grx 0.2.0

Abstraction layer for UI development
1
2
3
4
5
6
7
// SPDX-License-Identifier: GPL-3.0-or-later

//! Annotations for grx components.
//!
//! grx components can annotate their children in some cases to e.g. have a certain alignment or position.

pub type Annotations = std::collections::HashMap<String, serde_json::Value>;