shaderc-sys-dyn 0.10.1

Shaderc system library FFI with runtime dynamic loading
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 are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2015"
name = "shaderc-sys-dyn"
version = "0.10.1"
authors = [
    "Lei Zhang <antiagainst@gmail.com>",
    "Mr. Knapp <knappador@gmail.com>",
    "videobitva <vadimgromovoy@gmail.com>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Shaderc system library FFI 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_sys_dyn"
path = "src/lib.rs"

[dependencies.libloading]
version = "0.9"