[package]
name = "fui_app"
version = "0.14.0"
authors = ["Marek Gibek <marek-dev@yandex.com>"]
description = "Application backend of FUI 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_app"
readme = "README.md"
edition = "2021"
[dependencies]
fui_core = { path = "../fui_core", version = "0.14" }
fui_macros = { path = "../fui_macros", version = "0.4" }
fui_controls = { path = "../fui_controls", version = "0.14" }
fui_system = { path = "../fui_system", version = "0.13" }
fui_system_core = { path = "../fui_system_core", version = "0.13" }
rust-embed = "8.4"
drawing = { path = "../../rust-drawing/drawing", version = "0.4" }
drawing_gl = { path = "../../rust-drawing/drawing_gl", version = "0.4" }
anyhow = "1.0"
shared_library = "0.1"
typed-builder = "0.18"
typemap = "0.3"
cpu-time = "1.0"
rand = "0.8"
tokio = { version = "1", features = ["full"] }