async_ui_gtk 0.1.0

Async UI for GTK4
[package]
name = "async_ui_gtk"
version = "0.1.0"
edition = "2021"
description = "Async UI for GTK4"
license = "MPL-2.0"
repository = "https://github.com/wishawa/async_ui"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
observables = { path = "../observables/", version = "0.1.0" }
async_ui_core = { path = "../async_ui_core/", version = "0.1.0" }
async-task = "4.3.0"
scoped_async_spawn = { path = "../scoped_async_spawn/", version = "0.1.0" }

scoped-tls = "1.0.0"
waker-fn = "1.1.0"
futures-lite = "1.12.0"
pin-project-lite = "0.2.9"
scopeguard = "1.1.0"
enum_dispatch = "0.3.8"

im-rc = "15.1.0"
slab = "0.4.7"

gtk = { package = "gtk4", version = "0.4" }
glib = "0.15"