fui_app 0.8.0

Application backend of FUI UI Framework
Documentation
[package]

name = "fui_app"

version = "0.8.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.8" }

fui_macros = { path = "../fui_macros", version = "0.3" }

fui_controls = { path = "../fui_controls", version = "0.8" }

fui_system = { path = "../fui_system", version = "0.5" }

fui_system_core = { path = "../fui_system_core", version = "0.1" }

drawing = { path = "../../rust-drawing/drawing", version = "0.3" }

drawing_gl = { path = "../../rust-drawing/drawing_gl", version = "0.3" }

anyhow = "1.0"

shared_library = "0.1"

typed-builder = "0.10"

typemap = "0.3"

cpu-time = "1.0"

rand = "0.8"

tokio = { version = "1", features = ["full"] }