gpui-component/examples/hello_world/Cargo.toml
2025-12-08 10:54:12 +08:00

14 lines
298 B
TOML

[package]
name = "hello_world"
description = "A minimal example of application development with GPUI Component."
version = "0.5.0"
publish = false
edition.workspace = true
[dependencies]
anyhow.workspace = true
gpui.workspace = true
gpui-component = { workspace = true }
[lints]
workspace = true