[package] name = "spirq" version = "1.2.2" authors = ["PENGUINLIONG "] edition = "2018" license = "MIT OR Apache-2.0" description = "Light weight SPIR-V query utility for graphics." repository = "https://github.com/PENGUINLIONG/spirq-rs" homepage = "https://github.com/PENGUINLIONG/spirq-rs" documentation = "https://docs.rs/spirq" categories = ["graphics"] readme = "README.md" keywords = ["spirv", "vulkan", "opengl", "opencl"] [badges] maintenance = { status = "actively-developed" } # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] spq-core = "1.0.5" num-traits = "0.2" num-derive = "0.4" fnv = "1.0.7" ordered-float = "4.2" [dev-dependencies] bytes = "1.2" byteorder = "1.3" inline-spirv = "0.2"