naga-cli 0.8.0

Shader translation command line tool
[[bin]]
name = "naga"
path = "src/main.rs"
[dependencies.argh]
version = "0.1.5"

[dependencies.codespan-reporting]
version = "0.11"

[dependencies.env_logger]
version = "0.8"

[dependencies.log]
version = "0.4"

[dependencies.naga]
features = ["validate", "span", "wgsl-in", "wgsl-out", "glsl-in", "glsl-out", "spv-in", "spv-out", "msl-out", "hlsl-out", "dot-out", "glsl-validate"]
version = "0.8"

[package]
authors = ["Naga Developers"]
description = "Shader translation command line tool"
edition = "2018"
homepage = "https://github.com/gfx-rs/naga"
keywords = ["shader", "SPIR-V", "GLSL", "MSL"]
license = "MIT OR Apache-2.0"
name = "naga-cli"
repository = "https://github.com/gfx-rs/naga"
resolver = "2"
version = "0.8.0"