fltk-decl 0.2.7

Describe your fltk-rs app declaratively, supports hot-reloading!
Documentation
{
    "$schema": "https://raw.githubusercontent.com/MoAlyousef/fltk-decl/main/schemas/fltk-schema.json",
    "widget": "Column",
    "children": [
        {
            "widget": "Frame",
            "fixed": 40,
            "label": "Choose month"
        },
        {
            "widget": "Choice",
            "fixed": 30,
            "id": "choice"
        },
        {
            "widget": "Frame",
            "id": "label"
        }
    ]
}