mirror of
https://github.com/gfx-rs/wgpu.git
synced 2026-04-22 03:02:01 -04:00
build(cli): use conventional bin path for naga-cli
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user