[package]
edition = "2015"
name = "shaderc-dyn"
version = "0.10.1"
authors = [
"Lei Zhang <antiagainst@gmail.com>",
"videobitva <vadimgromovoy@gmail.com>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust bindings for shaderc with runtime dynamic loading"
documentation = "https://docs.rs/shaderc-dyn"
readme = "README.md"
keywords = [
"shader",
"compiler",
"spirv",
"glsl",
"hlsl",
]
license = "Apache-2.0"
repository = "https://github.com/videobitva/shaderc-dyn-rs"
[lib]
name = "shaderc_dyn"
path = "src/lib.rs"
[dependencies.libc]
version = "0.2"
[dependencies.shaderc-sys-dyn]
version = "0.10.1"
package = "shaderc-sys-dyn"
[dev-dependencies.assert_matches]
version = "1.5"