# 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_examples" version = "0.12.0" authors = ["Marek Gibek "] description = "Examples for FUI UI Framework" documentation = "https://docs.rs/fui_examples" 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" [[bin]] name = "example1_button" path = "src/example1_button.rs" [[bin]] name = "example2_multiwindow" path = "src/example2_multiwindow.rs" [[bin]] name = "example3_controls" path = "src/example3_controls.rs" [[bin]] name = "example4_list" path = "src/example4_list.rs" [[bin]] name = "example5_contentcontrol" path = "src/example5_contentcontrol.rs" [[bin]] name = "example6_video" path = "src/example6_video.rs" required-features = ["video"] [[bin]] name = "example7_tray" path = "src/example7_tray.rs" [dependencies.anyhow] version = "1.0" [dependencies.fui_app] version = "0.12" [dependencies.fui_controls] version = "0.12" [dependencies.fui_controls_media] version = "0.12" optional = true [dependencies.fui_core] version = "0.12" [dependencies.fui_macros] version = "0.3" [dependencies.fui_system] version = "0.11" [dependencies.time] version = "0.3" [dependencies.tokio] version = "1" features = ["full"] [dependencies.typed-builder] version = "0.10" [dependencies.typemap] version = "0.3" [features] video = ["fui_controls_media"]