[package]
name = "e_window_api"
version = "0.1.3"
edition = "2021"
description = "A Rust API wrapper for e_window providing high-level abstraction"
license = "MIT"
authors = ["David Horner"]
[dependencies]
tokio = { version = "1.0", features = ["process", "io-util", "time", "macros", "rt-multi-thread", "sync"] }
thiserror = "2.0"
which = "8.0.0"
e_window_types = "0.1.0"
e_window_native = "0.1.0"
[[example]]
name = "simple_demo"
path = "examples/simple_demo.rs"
[[example]]
name = "realtime_control_api"
path = "examples/realtime_control_api.rs"
[[example]]
name = "panic_card_api"
path = "examples/panic_card_api.rs"
[[bin]]
name = "test_dynamic_sizing"
path = "test_dynamic_sizing.rs"
[[bin]]
name = "test_long_content"
path = "test_long_content.rs"
[[bin]]
name = "demo_ewindow_grid"
path = "demo_ewindow_grid.rs"
[[example]]
name = "demo_ewindow_grid"
path = "examples/demo_ewindow_grid.rs"