gpui-base 0.6.0

Behavior, interaction, and infrastructure foundations for GPUI applications.
Documentation
{
  "version": 1,
  "center": {
    "panel_name": "StackPanel",
    "children": [
      {
        "panel_name": "StackPanel",
        "children": [
          { "panel_name": "TabPanel", "children": [{ "panel_name": "Alpha", "children": [], "info": { "panel": null } }], "info": { "tabs": { "active_index": 0 } } },
          { "panel_name": "TabPanel", "children": [{ "panel_name": "Beta", "children": [], "info": { "panel": null } }], "info": { "tabs": { "active_index": 0 } } }
        ],
        "info": { "stack": { "sizes": [50.0, 150.0], "axis": 0 } }
      },
      {
        "panel_name": "StackPanel",
        "children": [
          { "panel_name": "TabPanel", "children": [{ "panel_name": "Gamma", "children": [], "info": { "panel": null } }], "info": { "tabs": { "active_index": 0 } } }
        ],
        "info": { "stack": { "sizes": [300.0], "axis": 1 } }
      }
    ],
    "info": { "stack": { "sizes": [400.0, 300.0], "axis": 0 } }
  }
}