gpui-component/examples/hello_world/Cargo.toml

14 lines
298 B
TOML

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