# 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 = "wgpu-native" version = "0.5.1" authors = ["Dzmitry Malyshau ", "Joshua Groves "] description = "WebGPU native implementation on gfx-hal" homepage = "https://github.com/gfx-rs/wgpu" keywords = ["graphics"] license = "MPL-2.0" repository = "https://github.com/gfx-rs/wgpu" [lib] crate-type = ["lib", "cdylib", "staticlib"] [dependencies.arrayvec] version = "0.5" [dependencies.core] version = "0.5" package = "wgpu-core" [dependencies.lazy_static] version = "1.1" [dependencies.libc] version = "0.2" features = [] [dependencies.parking_lot] version = "0.10" [dependencies.raw-window-handle] version = "0.3" [dependencies.wgt] version = "0.5" package = "wgpu-types" [features] default = [] vulkan-portability = ["core/gfx-backend-vulkan"] [target."cfg(target_os = \"macos\")".dependencies.objc] version = "0.2.7"