wae 0.1.0

Async executor that use Winit event loop
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "wae"
description = "Async executor that use Winit event loop"
version = "0.1.0"
license = "MIT OR Apache-2.0"
repository = "https://github.com/obhq/wae"
edition = "2021"

[dependencies]
raw-window-handle = "0.6.2"
rustc-hash = "2.1.0"
thiserror = "2.0.11"
winit = { version = "0.30.8", features = ["rwh_06"], default-features = false }