spq-core 1.0.4

spq core feature implementation, a light weight SPIR-V query utility for graphics.
Documentation
[package]
name = "spq-core"
version = "1.0.4"
authors = ["PENGUINLIONG <admin@penguinliong.moe>"]
edition = "2018"
license = "MIT OR Apache-2.0"
description = "spq core feature implementation, a light weight SPIR-V query utility for graphics."
repository = "https://github.com/PENGUINLIONG/spq-rs"
homepage = "https://github.com/PENGUINLIONG/spq-rs"
documentation = "https://docs.rs/spq-core"
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]
fnv = "1.0.7"
spirv = "0.3"
anyhow = "1.0"
ordered-float = "3.4"
num-traits = "0.2"
half = { version = "2.3", features = ["num-traits"] }
bytemuck = "1.14"