build(cli): use conventional bin path for naga-cli

This commit is contained in:
Erich Gubler
2022-10-25 09:44:02 -06:00
committed by Jim Blandy
parent 24316fd4bc
commit 224ff3897d
2 changed files with 0 additions and 4 deletions

View File

@@ -9,10 +9,6 @@ repository = "https://github.com/gfx-rs/naga"
keywords = ["shader", "SPIR-V", "GLSL", "MSL"]
license = "MIT OR Apache-2.0"
[[bin]]
name = "naga"
path = "src/main.rs"
[dependencies]
naga = { version = "0.10", path = "../", features = ["validate", "span", "wgsl-in", "wgsl-out", "glsl-in", "glsl-out", "spv-in", "spv-out", "msl-out", "hlsl-out", "dot-out", "serialize", "deserialize"] }
bincode = "1"