# 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 = "2018" name = "librashader-spirv-cross" version = "0.25.3" authors = [ "Joshua Groves ", "Ronny Chan ", ] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "spirv_cross fork maintained for librashader" homepage = "https://github.com/chyyran/spirv_cross" readme = "README.md" license = "MIT/Apache-2.0" repository = "https://github.com/chyyran/spirv_cross" [package.metadata.docs.rs] features = [ "glsl", "hlsl", "msl", ] [lib] name = "librashader_spirv_cross" crate-type = [ "lib", "cdylib", ] path = "src/lib.rs" [[test]] name = "glsl_tests" path = "tests/glsl_tests.rs" [[test]] name = "hlsl_tests" path = "tests/hlsl_tests.rs" [[test]] name = "msl_tests" path = "tests/msl_tests.rs" [[test]] name = "spirv_tests" path = "tests/spirv_tests.rs" [dev-dependencies.bytemuck] version = "1" [build-dependencies.build-target] version = "0.4.0" [features] default = [] glsl = [] hlsl = [] msl = [] [target.'cfg(not(target_arch = "wasm32"))'.build-dependencies.cc] version = "1" features = ["parallel"] [target.wasm32-unknown-unknown.dependencies.js-sys] version = "0.3.10" [target.wasm32-unknown-unknown.dependencies.wasm-bindgen] version = "0.2.33" [target.wasm32-unknown-unknown.dev-dependencies.wasm-bindgen-test] version = "0.3.0" [target.wasm32-wasi.dependencies.js-sys] version = "0.3.10" [target.wasm32-wasi.dependencies.wasm-bindgen] version = "0.2.33"