[dependencies.concat-idents]
version = "1"
[dependencies.egui]
default-features = false
version = "0.25"
[dependencies.tokio]
features = ["rt"]
optional = true
version = "1"
[features]
async = ["dep:wasm-bindgen-futures"]
tokio = ["async", "dep:tokio"]
[package]
description = "Utilities used by crates from https://github.com/lucasmerlin/hello_egui"
edition = "2021"
homepage = "https://github.com/lucasmerlin/hello_egui/tree/main/crates/hello_egui_utils"
license = "MIT"
name = "hello_egui_utils"
readme = "README.md"
repository = "https://github.com/lucasmerlin/hello_egui"
version = "0.2.0"
[target."cfg(target_arch = \"wasm32\")".dependencies.wasm-bindgen-futures]
optional = true
version = "0.4"