simple-gpui 0.3.1

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.3.1"
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 = "component_stateless"
path = "examples/component_stateless.rs"

[[example]]
name = "global_observe"
path = "examples/global_observe.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.3.1"

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

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

[dev-dependencies.rfd]
version = "0.17.2"