# 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_system" version = "0.13.0" authors = ["Marek Gibek "] description = "System controls (dialogs, tray etc.) for FUI UI Framework" documentation = "https://docs.rs/fui_system" readme = "README.md" keywords = [ "windowing", "gui", "framework", "dialog", "tray", ] categories = ["gui"] license = "GPL-3.0-or-later WITH Classpath-exception-2.0" repository = "https://github.com/marek-g/rust-fui" resolver = "1" [dependencies.fui_system_core] version = "0.13" [dependencies.thiserror] version = "1.0" [dev-dependencies.gl] version = "0.14" [dev-dependencies.rust-embed] version = "8.4" [build-dependencies.bindgen] version = "0.69" [build-dependencies.cbindgen] version = "0.26"