gpui_flowkit 0.1.1

A UI workflow library 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 = "gpui_flowkit"
version = "0.1.1"
authors = ["Fangdun Tsai <fundon@pindash.io>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A UI workflow library for gpui"
homepage = "https://viz.org"
readme = "README.md"
keywords = [
    "gpui",
    "workflow",
    "flow",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/viz-rs/viz"

[features]
default = []

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

[dependencies.flowkit]
version = "0.3.1"

[dependencies.glam]
version = "0.30"

[dependencies.gpui]
version = "0.2"

[dependencies.lyon_path]
version = "1.0"

[dependencies.lyon_tessellation]
version = "1.0"

[dependencies.tracing]
version = "0.1"
features = ["std"]
default-features = false

[lints]