# 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 = "emu_core" version = "0.1.1" authors = ["Caleb Winston "] description = "A low-level GPGPU compute library featuring cross-platform support and SPIR-V as input" homepage = "https://www.github.com/calebwin/emu" documentation = "https://calebwin.github.io/emu" readme = "README.md" keywords = ["emu", "glsl", "compute", "em", "emu_glsl"] categories = ["science", "simulation", "concurrency", "computer-vision", "rendering"] license = "MIT" repository = "https://www.github.com/calebwin/emu" [package.metadata.docs.rs] features = ["glsl-compile"] [dependencies.derive_more] version = "0.99.2" [dependencies.futures] version = "0.3.1" [dependencies.lazy_static] version = "1.4.0" [dependencies.shaderc] version = "0.6.2" optional = true [dependencies.wgpu] version = "0.5.0" [dependencies.zerocopy] version = "0.2.0" [dev-dependencies.emu_glsl] version = "0.1.0" [dev-dependencies.futures] version = "0.3" [dev-dependencies.timeit] version = "0.1.2" [features] default = [] glsl-compile = ["shaderc"]