twine-plot 0.4.2

Plotting utilities for Twine, a Rust framework for functional and composable system modeling.
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 = "twine-plot"
version = "0.4.2"
authors = ["Isentropic Development <info@isentropic.dev>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Plotting utilities for Twine, a Rust framework for functional and composable system modeling."
readme = "README.md"
keywords = [
    "twine",
    "framework",
    "plotting",
    "visualization",
]
license = "MIT"
repository = "https://github.com/isentropic-dev/twine"
resolver = "2"

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

[dependencies.eframe]
version = "0.31.1"

[dependencies.egui_plot]
version = "0.31.0"