fui_core 0.19.2

Core library of FUI MVVM UI Framework
Documentation
[package]
name = "fui_core"
version = "0.19.2"
authors = ["Marek Gibek <marek-dev@yandex.com>"]
description = "Core library of FUI MVVM UI Framework"
keywords = ["gui", "ui", "framework", "mvvm", "widgets"]
categories = ["gui"]
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
repository = "https://github.com/marek-g/rust-fui"
documentation = "https://docs.rs/fui_core"
readme = "../README.md"
edition = "2024"

[dependencies]
fui_macros = { path = "../fui_macros", version = "0.19.0" }
fui_drawing = { path = "../fui_drawing", version = "0.19.0" }
windowing_api = "0.13"
anyhow = "1.0"
typed-builder = "0.23"
futures-signals = "0.3"
tokio = { version = "1", features = ["full"] }
async-trait = "0.1"