# 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" rust-version = "1.65" name = "maplibre-winit" version = "0.0.3" authors = ["Maximilian Ammann "] description = "Maps for Desktop, Mobile and Web" keywords = ["graphics"] license = "MIT OR Apache-2.0" [dependencies.cgmath] version = "0.18.0" [dependencies.instant] version = "0.1.12" features = ["wasm-bindgen"] [dependencies.log] version = "0.4.17" [dependencies.maplibre] version = "0.0.3" [dependencies.winit] version = "0.27.2" default-features = false [target."cfg(any(target_os = \"macos\", target_os = \"ios\", target_os = \"linux\", target_os = \"android\", target_os = \"windows\"))".dependencies.tokio] version = "1.19.2" features = ["rt"] [target."cfg(target_arch = \"wasm32\")".dependencies.wasm-bindgen] version = "0.2.81" [target."cfg(target_arch = \"wasm32\")".dependencies.wasm-bindgen-futures] version = "0.4.31" [target."cfg(target_arch = \"wasm32\")".dependencies.web-sys] version = "0.3.58" features = ["Window"] [target."cfg(target_os = \"android\")".dependencies.winit] version = "0.27.2" default-features = false [target."cfg(target_os = \"linux\")".dependencies.winit] version = "0.27.2" features = [ "x11", "wayland", ] default-features = false