[package] name = "spirv-diff" version = "0.1.0" edition = "2021" description = "A tool for diffing SPIR-V files" license = "MIT" repository = "https://github.com/expenses/spirv-diff" [dependencies] anyhow = "1.0.44" spirv-tools = "0.7.1" structopt = "0.3.25" tempfile = "3.2.0"