shaderc-sys 0.7.0

Shaderc system library FFI, building, and linking
Documentation
[package]
name = "shaderc-sys"
version = "0.7.0"
authors = ["Lei Zhang <antiagainst@gmail.com>", "Mr. Knapp <knappador@gmail.com>"]
build = "build/build.rs"
description = "Shaderc system library FFI, building, and linking"
repository = "https://github.com/google/shaderc-rs"
documentation = "https://docs.rs/shaderc"
readme = "../README.md"
license = "Apache-2.0"
keywords = ["shader", "compiler", "spirv", "glsl", "hlsl"]
links = "shaderc"

[lib]
name = "shaderc_sys"

[features]
build-from-source = []

[dependencies]
libc = "0.2"

[build-dependencies]
cmake = "^0.1.37"