# 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 = "gpu" version = "0.2.3" authors = ["Danilo Guanabara "] description = "An ergonomic GPU API" documentation = "https://docs.rs/gpu" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/danguafer/gpu" [lib] crate-type = ["cdylib", "rlib"] [dependencies.glow] version = "0.6.0" [dependencies.shrinkwraprs] version = "0.3.0" [target."cfg(not(any(target_arch = \"wasm32\")))".dependencies.glutin] version = "0.20.0" [target."cfg(target_arch = \"wasm32\")".dependencies.wasm-bindgen] version = "0.2" [target."cfg(target_arch = \"wasm32\")".dependencies.web_sys] version = "0.3" features = ["console", "Document", "Node", "Element", "HtmlElement", "HtmlCanvasElement"] package = "web-sys" [target."cfg(target_arch = \"wasm32\")".dev-dependencies.wasm-bindgen-test] version = "0.3.17"