# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "orbtk-shell" version = "0.3.1-alpha3" 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" [dependencies.derive_more] version = "0.99" [dependencies.lazy_static] version = "1.4.0" [dependencies.orbtk-render] version = "0.3.1-alpha3" [dependencies.orbtk-utils] version = "0.3.1-alpha3" [dependencies.raw-window-handle] version = "0.3.3" [features] default = ["spin_sleep", "minifb"] log = [] pfinder = ["gl", "glutin", "euclid", "pathfinder_color", "pathfinder_geometry", "pathfinder_gl", "pathfinder_renderer", "pathfinder_resources", "font-kit"] [target."cfg(not(target_arch = \"wasm32\"))".dependencies.euclid] version = "0.20.11" optional = true [target."cfg(not(target_arch = \"wasm32\"))".dependencies.font-kit] version = "0.6" optional = true [target."cfg(not(target_arch = \"wasm32\"))".dependencies.gl] version = "0.14" optional = true [target."cfg(not(target_arch = \"wasm32\"))".dependencies.glutin] version = "0.24" optional = true [target."cfg(not(target_arch = \"wasm32\"))".dependencies.image] version = "0.23.4" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.minifb] version = "0.17" optional = true [target."cfg(not(target_arch = \"wasm32\"))".dependencies.pathfinder_color] version = "0.5" optional = true [target."cfg(not(target_arch = \"wasm32\"))".dependencies.pathfinder_geometry] version = "0.5.1" optional = true [target."cfg(not(target_arch = \"wasm32\"))".dependencies.pathfinder_gl] version = "0.5" optional = true [target."cfg(not(target_arch = \"wasm32\"))".dependencies.pathfinder_renderer] version = "0.5" optional = true [target."cfg(not(target_arch = \"wasm32\"))".dependencies.pathfinder_resources] version = "0.5" optional = true [target."cfg(not(target_arch = \"wasm32\"))".dependencies.spin_sleep] version = "1.0" optional = true [target.wasm32-unknown-unknown.dependencies.console_error_panic_hook] version = "0.1.6" [target.wasm32-unknown-unknown.dependencies.stdweb] version = "0.4.20"