# 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 = "2018" name = "orbtk_orbclient" version = "0.3.1-alpha4" authors = ["Florian Blasius "] description = "Window shell crate used by OrbTk." readme = "README.md" keywords = ["shell", "window", "ui"] license = "MIT" repository = "https://github.com/redox-os/orbtk" [lib] doctest = false [dependencies.image] version = "0.23" features = ["ico"] default-features = false [dependencies.lazy_static] version = "1.4.0" [dependencies.orbclient] version = "0.3.32" default-features = false [dependencies.orbtk-tinyskia] version = "0.3.1-alpha4" [dependencies.orbtk-utils] version = "0.3.1-alpha4" [dependencies.raw-window-handle] version = "0.3" [features] bundled = ["sdl2/bundled", "sdl2/static-link", "orbclient/bundled"] log = [] [target."cfg(not(target_os = \"redox\"))".dependencies.sdl2] version = "0.35" features = ["raw-window-handle"]