[dependencies.bitflags]
version = "2.4.2"
[dependencies.glslang-sys]
version = "0.7"
[dependencies.rustc-hash]
version = "2.0.0"
[dependencies.smartstring]
version = "1.0.1"
[dependencies.thiserror]
version = "2.0"
[dev-dependencies.rspirv]
version = "0.12.0"
[lib]
name = "glslang"
path = "src/lib.rs"
[package]
authors = ["Ronny Chan <ronny@ronnychan.ca>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["compilers", "graphics"]
description = "Rust bindings to glslang"
edition = "2021"
keywords = ["shader", "compiler", "spirv", "glsl", "hlsl"]
license = "MIT OR Apache-2.0"
name = "glslang"
readme = "README.md"
repository = "https://github.com/SnowflakePowered/glslang-rs"
version = "0.6.2"