hassle-rs 0.11.0

HLSL compiler library, this crate provides an FFI layer and idiomatic rust wrappers for the new DXC HLSL compiler and validator.
Documentation
[dependencies.bitflags]
version = "2"

[dependencies.com]
features = ["production"]
version = "0.6"

[dependencies.libloading]
version = ">=0.7,<0.9"

[dependencies.thiserror]
version = "1.0.2"

[dependencies.widestring]
version = "1"
[dev-dependencies.rspirv]
version = "0.11"

[package]
authors = ["Traverse-Research <support@traverseresearch.nl>"]
categories = ["rendering", "rendering::graphics-api"]
description = "HLSL compiler library, this crate provides an FFI layer and idiomatic rust wrappers for the new DXC HLSL compiler and validator."
documentation = "https://docs.rs/hassle-rs"
edition = "2018"
homepage = "https://github.com/Traverse-Research/hassle-rs"
include = ["src", "LICENSE"]
keywords = ["shader", "pipeline", "hlsl", "dxc", "intellisense"]
license = "MIT"
name = "hassle-rs"
readme = "README.md"
repository = "https://github.com/Traverse-Research/hassle-rs"
version = "0.11.0"
[target."cfg(not(windows))".dependencies.libc]
version = "0.2"
[target."cfg(windows)".dependencies.winapi]
features = ["wtypes", "oleauto", "combaseapi"]
version = "0.3"