gpui-ui-kit 0.5.10

A reusable UI component library for GPUI applications
1
2
3
4
5
6
7
8
//! Application templates for GPUI examples and showcases
//!
//! This module provides reusable application shells that handle common
//! boilerplate like menus, window creation, and keyboard shortcuts.

pub mod miniapp;

pub use miniapp::{MiniApp, MiniAppConfig};