gpui-component/examples/hello_world/Cargo.toml
2025-11-20 17:26:14 +08:00

14 lines
290 B
TOML

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