shaderc 0.3.11

Rust bindings for shaderc
Documentation
# 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]
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"]