flowkit 0.4.2

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

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

[dependencies.glam]
version = "0.30"

[dependencies.lyon_path]
version = "1.0"

[dependencies.smallvec]
version = "1.0"
features = [
    "union",
    "const_new",
]

[lints]