shaderc 0.8.3

Rust bindings for shaderc
Documentation
[dependencies.libc]
version = "0.2"

[dependencies.shaderc-sys]
version = "0.8.3"
[dev-dependencies.assert_matches]
version = "1.5"

[features]
build-from-source = ["shaderc-sys/build-from-source"]
prefer-static-linking = ["shaderc-sys/prefer-static-linking"]

[lib]
path = "src/lib.rs"

[package]
authors = ["Lei Zhang <antiagainst@gmail.com>"]
description = "Rust bindings for shaderc"
documentation = "https://docs.rs/shaderc"
keywords = ["shader", "compiler", "spirv", "glsl", "hlsl"]
license = "Apache-2.0"
name = "shaderc"
readme = "README.md"
repository = "https://github.com/google/shaderc-rs"
version = "0.8.3"