# 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 = "blinds" version = "0.2.0" authors = ["Ryan Goldstein "] description = "Wrap an async abstraction over a window" readme = "README.md" keywords = ["async", "window"] categories = ["game-development", "web-programming"] license = "MIT/Apache-2.0" repository = "https://github.com/ryanisaacg/blinds" [package.metadata.docs.rs] features = ["event-cache", "favicon", "gamepad"] [[example]] name = "cache" required-features = ["event-cache"] [dependencies.enum-map] version = "0.6.2" optional = true default-features = false [dependencies.futures-executor] version = "0.3.1" features = ["std"] default-features = false [dependencies.futures-util] version = "0.3.1" default-features = false [dependencies.gilrs] version = "0.7" optional = true [dependencies.image] version = "0.22.3" optional = true default-features = false [dependencies.mint] version = "0.5" [dependencies.rustc-hash] version = "1.0" optional = true [features] default = ["favicon", "gamepad"] event-cache = ["enum-map", "rustc-hash"] favicon = ["image"] gamepad = ["gilrs"] [target."cfg(not(target_arch = \"wasm32\"))".dependencies.glutin] version = "0.24" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.winit] version = "0.22.0" [target."cfg(target_arch = \"wasm32\")".dependencies.js-sys] version = "0.3.22" [target."cfg(target_arch = \"wasm32\")".dependencies.wasm-bindgen] version = "0.2" [target."cfg(target_arch = \"wasm32\")".dependencies.web-sys] version = "0.3.22" features = ["HtmlHeadElement", "WebGlRenderingContext"] [target."cfg(target_arch = \"wasm32\")".dependencies.winit] version = "0.22.0" features = ["web-sys"]