Skip to content

Commit

Permalink
Point spirv_headers at local repository path. Fixes #10
Browse files Browse the repository at this point in the history
  • Loading branch information
gwihlidal committed Nov 3, 2019
1 parent c1078c3 commit 47162ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ maintenance = { status = "actively-developed" }

[dependencies]
bitflags = "1.2.1"
spirv_headers = { version = "1.3.4", git = "https://github.com/gfx-rs/rspirv", rev = "7612ee7d9fbcf27c88d26e313bf6db4c1dbeb9a3" }
spirv_headers = { path = "spirv/spirv", version = "1.3.4" }
num-traits = "0.2.8"
serde = "1.0"
serde_derive = "1.0.102"
Expand Down

0 comments on commit 47162ed

Please sign in to comment.