gpui-component/examples/window_title/Cargo.toml
2025-11-17 10:05:08 +08:00

15 lines
337 B
TOML

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