[package]
name = "shaderc"
version = "0.3.11"
authors = ["Lei Zhang <antiagainst@gmail.com>"]
build = "build/build.rs"
description = "Rust bindings for shaderc"
documentation = "https://docs.rs/shaderc"
readme = "README.md"
keywords = ["shader", "compiler", "spirv", "glsl", "hlsl"]
license = "Apache-2.0"
repository = "https://github.com/google/shaderc-rs"
[lib]
path = "src/lib.rs"
[dependencies.libc]
version = "0.2"
[dev-dependencies.assert_matches]
version = "1.3"
[build-dependencies.cmake]
version = "0.1"
[features]
build-native-shaderc = []
default = ["build-native-shaderc"]