gantz_egui 0.2.0

UI traits and widgets that make up the GUI for gantz, an environment for creative systems.
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 = "gantz_egui"
version = "0.2.0"
authors = ["nannou-org"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "UI traits and widgets that make up the GUI for gantz, an environment for creative systems."
homepage = "https://github.com/nannou-org/gantz"
readme = false
license = "Apache-2.0"
repository = "https://github.com/nannou-org/gantz"

[features]
default = ["tracing"]
tracing = [
    "dep:tracing",
    "dep:tracing-subscriber",
]

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

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

[dependencies.blake3]
version = "1"

[dependencies.egui]
version = "0.33"
features = [
    "serde",
    "persistence",
]
default-features = false

[dependencies.egui_extras]
version = "0.33"
features = ["syntect"]
default-features = false

[dependencies.egui_graph]
version = "0.12.1"

[dependencies.egui_plot]
version = "0.34"

[dependencies.egui_tiles]
version = "0.14"

[dependencies.gantz_ca]
version = "0.2.0"

[dependencies.gantz_core]
version = "0.2.0"

[dependencies.gantz_std]
version = "0.2.0"

[dependencies.hex]
version = "0.4"

[dependencies.humantime]
version = "2.3"

[dependencies.log]
version = "0.4"
features = ["serde"]

[dependencies.petgraph]
version = "0.8"
features = ["serde-1"]

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.steel-core]
version = "0.7"

[dependencies.sublime_fuzzy]
version = "0.7"

[dependencies.time]
version = "0.3"
features = [
    "local-offset",
    "wasm-bindgen",
]

[dependencies.tracing]
version = "0.1"
optional = true

[dependencies.tracing-subscriber]
version = "0.3"
optional = true

[dependencies.web-time]
version = "1"

[dev-dependencies.dyn-clone]
version = "1"

[dev-dependencies.eframe]
version = "0.33"
features = [
    "default_fonts",
    "glow",
    "persistence",
    "wayland",
]
default-features = false

[dev-dependencies.pollster]
version = "0.4"

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

[dev-dependencies.ron]
version = "0.10"

[dev-dependencies.typetag]
version = "0.2"

[dev-dependencies.winit]
version = "0.30"
features = ["wayland-csd-adwaita"]
default-features = false