gpui-component/examples/window_title/Cargo.toml

15 lines
375 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.3.0"
[dependencies]
anyhow.workspace = true
gpui.workspace = true
gpui-component = { workspace = true }
rust-embed = { version = "8", features = ["interpolate-folder-path"] }
[lints]
workspace = true