[dependencies.eframe]
default-features = false
features = ["default_fonts", "glow", "persistence"]
optional = true
version = "0.33"
[dependencies.egui]
version = "0.33"
[dependencies.thiserror]
version = "2"
[dependencies.tokio]
features = ["rt-multi-thread", "sync", "time"]
optional = true
version = "1"
[dependencies.tracing]
version = "0.1"
[features]
default = []
eframe = ["dep:eframe", "tokio"]
tokio = ["dep:tokio"]
[lib]
name = "egui_cha"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["gui", "rendering::graphics-api"]
description = "TEA (The Elm Architecture) framework for egui"
edition = "2021"
homepage = "https://github.com/ynishi/egui-cha"
include = ["src/**/*", "Cargo.toml", "README.md", "assets/fonts/Phosphor.ttf"]
keywords = ["egui", "gui", "elm", "tea", "immediate-mode"]
license = "MIT OR Apache-2.0"
name = "egui-cha"
readme = "README.md"
repository = "https://github.com/ynishi/egui-cha"
rust-version = "1.75"
version = "0.2.2"