simple-gpui 0.1.0

A simple declarative API for gpui.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "simple-gpui"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A simple declarative API for gpui."
homepage = "https://github.com/zrll12/simple-gpui"
documentation = "https://docs.rs/simple-gpui"
readme = "README.md"
license = "MIT"
repository = "https://github.com/zrll12/simple-gpui"

[lib]
name = "simple_gpui"
path = "src/lib.rs"

[[example]]
name = "gpui_component_input"
path = "examples/gpui_component_input.rs"

[[example]]
name = "hello_world"
path = "examples/hello_world.rs"

[[example]]
name = "temperature_calculator"
path = "examples/temperature_calculator.rs"

[dependencies.simple_gpui_core]
version = "0.1.0"

[dev-dependencies.gpui]
version = "0.2.2"

[dev-dependencies.gpui-component]
version = "0.5.1"