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