spirq 0.4.8

Light weight SPIR-V query utility for graphics.
Documentation
[package]

name = "spirq"

version = "0.4.8"

authors = ["PENGUINLIONG <admin@penguinliong.moe>"]

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"



[badges]

maintenance = { status = "actively-developed" }



# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html



[dependencies]

spirv_headers = "1.4.2"

num-traits = "0.2.12"

num-derive = "0.3.1"

nohash-hasher = "0.2.0"

fnv = "1.0.7"



[dev-dependencies]

log = "0.4.11"

env_logger = "0.7.1"

bytes = "0.5.6"

byteorder = "1.3.4"

inline-spirv = "0.1.1"