# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "fui_app" version = "0.14.0" authors = ["Marek Gibek "] description = "Application backend of FUI UI Framework" documentation = "https://docs.rs/fui_app" readme = "README.md" 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" resolver = "1" [dependencies.anyhow] version = "1.0" [dependencies.cpu-time] version = "1.0" [dependencies.drawing] version = "0.4" [dependencies.drawing_gl] version = "0.4" [dependencies.fui_controls] version = "0.14" [dependencies.fui_core] version = "0.14" [dependencies.fui_macros] version = "0.4" [dependencies.fui_system] version = "0.13" [dependencies.fui_system_core] version = "0.13" [dependencies.rand] version = "0.8" [dependencies.rust-embed] version = "8.4" [dependencies.shared_library] version = "0.1" [dependencies.tokio] version = "1" features = ["full"] [dependencies.typed-builder] version = "0.18" [dependencies.typemap] version = "0.3"