gpui-component/examples/window_title/Cargo.toml
2025-12-02 17:12:49 +08:00

15 lines
354 B
TOML

[package]
name = "window_title"
description = "An example of using gpui-component to create a window with a custom title bar."
version = "0.5.0-preview2"
publish = false
edition.workspace = true
[dependencies]
anyhow.workspace = true
gpui.workspace = true
gpui-component.workspace = true
gpui-component-assets.workspace = true
[lints]
workspace = true